GraphicElementCollection.GetEnumerator

GraphicElementCollection.GetEnumerator method

Returns an enumerator for the entire collection.

public IEnumerator<GraphicElement> GetEnumerator()

Return Value

Enumerator object.

See Also