Click or drag to resize

ChartPartCollection.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public IEnumerator<ChartPart> GetEnumerator()

Return Value

Type: IEnumerator<ChartPart>

Implements

IEnumerable<T>.GetEnumerator()
See Also