Click or drag to resize

G3DPlotStyleCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerator<IG3DPlotStyle> GetEnumerator()

Return Value

IEnumeratorIG3DPlotStyle
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also