DgnSharedCellDefinitionElement
Inheritance: java.lang.Object, DgnElement
All Implemented Interfaces: ICompositeDgnElement
Represents shared cell definition element
Methods
| Method | Description |
|---|---|
| getTotallength() | Gets cell total length |
| getName() | Gets the name. |
| getChilds() | Gets childs of the composite element |
| addChild(DgnElement child) | Adds element as a child |
getTotallength()
public final int getTotallength()
Gets cell total length
Returns: int
getName()
public final String getName()
Gets the name.
Returns: String - The name.
getChilds()
public final List<DgnDrawingElementBase> getChilds()
Gets childs of the composite element
Returns: List
addChild(DgnElement child)
public final void addChild(DgnElement child)
Adds element as a child
Parameters:
| Parameter | Type | Description |
|---|---|---|
| child | DgnElement | element to add as a child |