DgnElementType Enumeration

Element type

Namespace:  Aspose.CAD.FileFormats.Dgn
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum DgnElementType
Members
  Member nameValueDescription
CellLibrary1 Cell library
CellHeader2 Cell header
Line3 Line element
PolyLine4 Poly-line element
GroupData5 Group data
Shape6 Shape element
TextNode7 Text element node
DigitizerSetup8 Digitizer setup
TCB9 Root element
Symbology10 Symbology element
Curve11 Curve element
ComplexChainHeader12 Complex chain header
ComplexShapeHeader14 Complex shape header
Ellipse15 Ellipse element
Arc16 Arc element
Text17 Text element
SurfaceHeader3D18 Surface Header
SolidHeader3D19 3D solid header
BSplinePole21 B-spline element
PointString22 Point string
BSplineSurfaceHeader24 B-spline surface header
BSplineSurfaceBoundary25 B-spline surface boundary
BSplineKnot26 B-spline KNOT
BSplineCurveHeader27 B-spline curve
BSplineWeigthFactor28 B-spline weight
Cone23 Cone element
DimensionElement33 Dimension element
SharedCellDefinition34 Shared cell
SharedCellElement35 Shared cell
TagValue37 Tag element value
Unknown38 Unknown for now
ApplicationElement66 Application Element
NonGraphicalExtendedElement107 NonGraphical extended element (complex)
EndOfDesignMarker127 End of design marker
See Also