File3dmNamedConstructionPlanes.GetEnumerator Method

File3dmNamedConstructionPlanesGetEnumerator Method

Gets an enumerator that yields all construction planes in this collection.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public IEnumerator<ConstructionPlane> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ConstructionPlane)

Return Value

Type: IEnumeratorConstructionPlane
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also