public class DgnDimensionElement extends DgnDrawingElementBase
Represents dimension
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
getMetadatapublic Cad3DPoint getMinPoint()
Gets the min point of object.
Value: Min point of object.getMinPoint in class DgnDrawingElementBasepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
Value: Max point of object.getMaxPoint in class DgnDrawingElementBase