public class DgnSharedCellElement extends DgnDrawingElementBase
Represents shared cell definition element
Modifier and Type | Method and Description |
---|---|
DgnSharedCellDefinitionElement |
getDefinition()
Gets the definition.
|
int |
getId()
Gets the identifier.
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
String |
getName()
Gets the name.
|
DgnPoint |
getOrigin()
Gets cell's origin point
|
getMetadata
public final String getName()
Gets the name.
public final int getId()
Gets the identifier.
public final DgnPoint getOrigin()
Gets cell's origin point
public final DgnSharedCellDefinitionElement getDefinition()
Gets the definition.
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint
in class DgnDrawingElementBase
public Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint
in class DgnDrawingElementBase