DgnShapeElement class

DgnShapeElement class

Represents shape element

Inheritance: DgnShapeElementDgnLineElementDgnDrawableEntityBaseDgnElementBase

The DgnShapeElement type exposes the following members:

Properties

PropertyDescription
idGets the unique identifier of an object inside a drawing.
childsGets the collection of a nested entities.
metadataGets element metadata
min_pointGets the min point of object.
max_pointGets the max point of object.
verticesGets vertices of the line
filledGets a value indicating whether this DgnShapeElement is filled.

See Also