CadBlockEntity Class

The Cad block entity.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadObjectsCadBlockEntity

Namespace:  Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class CadBlockEntity

The CadBlockEntity type exposes the following members.

Constructors
  NameDescription
Public methodCadBlockEntity
Initializes a new instance of the CadBlockEntity class.
Properties
  NameDescription
Public propertyAttDefs
Gets the attribute definitions
Public propertyAttribute6
Gets or sets the attribute6.
Public propertyAttribute71
Gets or sets the attribute 71.
Public propertyBasePoint
Gets or sets the base point.
Public propertyBlockAttribute370
Gets or sets the block attribute 370.
Public propertyBlockAttribute48
Gets or sets the block attribute48.
Public propertyBlockAttribute62
Gets or sets the block attribute 62.
Public propertyBlockHandle
Gets or sets the handle.
Public propertyBlockModelSegregated
Gets or sets a value indicating whether [model segregated].
Public propertyDescription
Gets or sets the description.
Public propertyEndBlockAttribute370
Gets or sets the end block attribute 370.
Public propertyEndBlockAttribute48
Gets or sets the end block attribute 48.
Public propertyEndBlockAttribute6
Gets or sets the end block attribute 6.
Public propertyEndBlockAttribute62
Gets or sets the end block attribute 62.
Public propertyEndBlockHandle
Gets or sets the handle2.
Public propertyEndBlockLayerName
Gets or sets the end name of the block layer.
Public propertyEndBlockModelSegregated
Gets or sets a value indicating whether [end block model segregated].
Public propertyEntities
Gets or sets the entities.
Public propertyFlags
Gets or sets the flags.
Public propertyLayerName
Gets or sets the layer.
Public propertyName
Gets or sets the name.
Public propertySoftOwner
Gets or sets the soft owner.
Public propertyXdataContainer
Gets or sets the xdata container.
Public propertyXRefPathName
Gets or sets the XRef path.
Methods
  NameDescription
Public methodAddEntity
Adds the entity.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also