Click or drag to resize

StraightLineAsPolylineD3DGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerator<PointD3D> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also