ILNumerics Ultimate VS

AxisCollectionGetEnumerator Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets an enumerator object for iterating the axes contained in this collection.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public IEnumerator<Axis> GetEnumerator()

Return Value

Type: IEnumeratorAxis
Enumerator of this collections axes.

Implements

IEnumerableTGetEnumerator
Remarks

This function is hiding the base type Group implementation GetEnumerator. It returns the nodes as Axis instead of the more general base type Group. Call the base types GetEnumerator directly in order to get the axes as Node objects.

[ILNumerics Visualization Engine]

See Also

Reference