public class DgnSharedCellDefinitionElement extends DgnElementBase implements ICompositeDgnElement
Represents shared cell definition element
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DgnElementBase child)
Adds element as a child
|
List<IDrawingEntity> |
getChilds()
Gets childs of the composite element
|
String |
getName()
Gets the name.
|
int |
getTotallength()
Gets cell total length
|
getId, getMetadataequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic final int getTotallength()
Gets cell total length
public final String getName()
Gets the name.
public final List<IDrawingEntity> getChilds()
Gets childs of the composite element
getChilds in interface IDrawingEntitygetChilds in class DgnElementBasepublic final void addChild(DgnElementBase child)
Adds element as a child
addChild in interface ICompositeDgnElementchild - element to add as a childCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.