DgnSharedCellDefinitionElement

Inheritance: java.lang.Object, DgnElement

All Implemented Interfaces: ICompositeDgnElement

Represents shared cell definition element

Methods

MethodDescription
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:

ParameterTypeDescription
childDgnElementelement to add as a child