M_Rhino_Geometry_Collections_MeshVertexStatusList_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki
Gets an enumerator that yields all flags in this collection.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public IEnumerator<bool> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of Boolean)
Type: IEnumerator(Boolean)
The enumerator.
IEnumerable(T).GetEnumerator()
Supported in: 6.0.16224.21491
MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace