ICompositeDgnElement.Childs

ICompositeDgnElement.Childs property

Gets childs of the composite element

public List<DgnDrawingElementBase> Childs { get; }

See Also