Click or drag to resize

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()

Return Value

Type: IEnumeratorConstructionPlane
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also