CadBlockTableObject Class

The Cad block table object.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadObjectsCadBase
    Aspose.CAD.FileFormats.Cad.CadObjectsCadBaseOwned
      Aspose.CAD.FileFormats.Cad.CadTablesCadBlockTableObject

Namespace:  Aspose.CAD.FileFormats.Cad.CadTables
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class CadBlockTableObject : CadBaseOwned

The CadBlockTableObject type exposes the following members.

Constructors
  NameDescription
Public methodCadBlockTableObject
Initializes a new instance of the CadBlockTableObject class.
Properties
  NameDescription
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
Public propertyAttribute102Values
Gets or sets the attribute102 values.
(Inherited from CadBase.)
Public propertyAttributes
Gets or sets the attributes.
(Inherited from CadBase.)
Public propertyBitmapPreviewData
Gets or sets the bitmap preview data.
Public propertyBlockExplodability
Gets the block explodability.
Public propertyBlockInsertionUnits
Gets or sets the block insertion units.
Public propertyBlockName
Gets or sets the name of the block.
Public propertyBlockScalability
Gets the block scalability.
Public propertyDxfDataFormat
Gets or sets the DXF data format.
(Inherited from CadBase.)
Public propertyEmbeddedObjectsContainer
Gets or sets the embedded objects container.
(Inherited from CadBase.)
Public propertyHardOwner
Gets or sets the hard owner.
(Inherited from CadBaseOwned.)
Public propertyHardPointerToLayout
Gets or sets the hard pointer to layout.
Public propertyObjectHandle
Gets or sets the object handle.
(Inherited from CadBase.)
Public propertyRoundTripTableStyle
Gets or sets the round trip table style.
(Inherited from CadBase.)
Public propertySoftOwner
Gets or sets the soft owner.
(Inherited from CadBaseOwned.)
Public propertyXdataContainer
Gets or sets the xdata container.
(Inherited from CadBase.)
Methods
  NameDescription
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