public class DgnSharedCellDefinitionElement extends DgnElement implements ICompositeDgnElement
Represents shared cell definition element
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DgnElement child)
Adds element as a child
|
List<DgnDrawingElementBase> |
getChilds()
Gets childs of the composite element
|
String |
getName()
Gets the name.
|
int |
getTotallength()
Gets cell total length
|
getMetadatapublic final int getTotallength()
Gets cell total length
public final String getName()
Gets the name.
public final List<DgnDrawingElementBase> getChilds()
Gets childs of the composite element
getChilds in interface ICompositeDgnElementpublic final void addChild(DgnElement child)
Adds element as a child
addChild in interface ICompositeDgnElementchild - element to add as a child