public class DgnCompoundElement extends DgnDrawingElementBase
Represents compound element
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<DgnDrawingElementBase> |
getElements()
Gets related elements
|
int |
getElementsCount()
Gets or sets related elements count
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
int |
getTotalLength()
Gets or sets total length of data of related elements
|
getMetadatapublic int getTotalLength()
Gets or sets total length of data of related elements
public int getElementsCount()
Gets or sets related elements count
public com.aspose.ms.System.Collections.Generic.IGenericEnumerable<DgnDrawingElementBase> getElements()
Gets related elements
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint in class DgnDrawingElementBasepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DgnDrawingElementBase