GraphicElementCollection.Add

GraphicElementCollection.Add method

Adds a new GraphicElement to the collection. All items in the collection must have the same Parent.

public void Add(GraphicElement item)
ParameterTypeDescription
itemGraphicElementIGraphicElement.

See Also