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