DgnCellHeaderElement Class

Represents cell header element
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Dgn.DgnElementsDgnElement
    Aspose.CAD.FileFormats.Dgn.DgnElementsDgnDrawingElementBase
      Aspose.CAD.FileFormats.Dgn.DgnElementsDgnCellHeaderElement

Namespace:  Aspose.CAD.FileFormats.Dgn.DgnElements
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class DgnCellHeaderElement : DgnDrawingElementBase, 
	ICompositeDgnElement

The DgnCellHeaderElement type exposes the following members.

Properties
  NameDescription
Public propertyChilds
Gets childs of the composite element
Public propertyClassBitmap
Gets cell's class bit map
Public propertyLevels
Gets array of levels used in cell
Public propertyMaxPoint
Gets the max point of object.
(Overrides DgnDrawingElementBaseMaxPoint.)
Public propertyMetadata
Gets element metadata
(Inherited from DgnElement.)
Public propertyMinPoint
Gets the min point of object.
(Overrides DgnDrawingElementBaseMinPoint.)
Public propertyName
Gets cell name
Public propertyOrigin
Gets cell's origin point
Public propertyRangeBlockHi
Gets cell's range block hi
Public propertyRangeBlockLow
Gets cell's range block low
Public propertyRotation
Gets cell's rotation angle
Public propertyTransFormationMatrix
Gets cell's 2D/3D transformation matrix
Public propertyXScale
Gets cell's x scale
Public propertyYScale
Gets cell's y scale
Methods
  NameDescription
Public methodAddChild
Adds element as a child
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