SubDFaceListGetEnumerator Method |
Implementation of IEnumerable
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public IEnumerator<SubDFace> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of SubDFace)
Return Value
Type:
IEnumeratorSubDFace[Missing <returns> documentation for "M:Rhino.Geometry.Collections.SubDFaceList.GetEnumerator"]
Implements
IEnumerableTGetEnumeratorSee Also