ICompositeDgnElement.AddChild

ICompositeDgnElement.AddChild method

Adds element as a child

public void AddChild(DgnElementBase child)
ParameterTypeDescription
childDgnElementBaseelement to add as a child

See Also