MeshVertexStatusList.GetEnumerator Method

MeshVertexStatusListGetEnumerator Method

Gets an enumerator that yields all flags in this collection.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerator<bool> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Boolean)

Return Value

Type: IEnumeratorBoolean
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Windows

Supported in: 6.14
See Also