RhinoCommon API
MeshVertexStatusListGetEnumerator Method |
Gets an enumerator that yields all flags in this collection.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
public IEnumerator<bool> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Boolean)
Return Value
Type: IEnumeratorBooleanThe enumerator.