public class DgnSharedCellElement extends DgnDrawableEntityBase
Represents shared cell definition element
| Modifier and Type | Method and Description |
|---|---|
DgnSharedCellDefinitionElement |
getDefinition()
Gets the definition.
|
String |
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
|
getChilds, getMetadatapublic final String getName()
Gets the name.
public String getId()
Gets the identifier.
getId in interface IDrawingEntitygetId in class DgnElementBasepublic 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 DgnDrawableEntityBasepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DgnDrawableEntityBaseCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.