RhinoCommon API
File3dmNamedConstructionPlanesGetEnumerator Method |
Gets an enumerator that yields all construction planes in this collection.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public IEnumerator<ConstructionPlane> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ConstructionPlane)
Return Value
Type: IEnumeratorConstructionPlaneThe enumerator.