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
|
getMetadata
public 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 ICompositeDgnElement
public final void addChild(DgnElement child)
Adds element as a child
addChild
in interface ICompositeDgnElement
child
- element to add as a child