public interface ICompositeDgnElement
Represents composite elements (like cell header)
Modifier and Type | Method and Description |
---|---|
void |
addChild(DgnElement child) |
List<DgnDrawingElementBase> |
getChilds() |
List<DgnDrawingElementBase> getChilds()
void addChild(DgnElement child)