M_Rhino_Geometry_Collections_MeshVertexStatusList_AddRange - mcneel/rhinocommon-api-docs GitHub Wiki
Appends an array, a list or any enumerable of flags to the end of the list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void AddRange(
IEnumerable<bool> values
)
VB
Public Sub AddRange (
values As IEnumerable(Of Boolean)
)
- values
- Type: System.Collections.Generic.IEnumerable(Boolean)
Hidden values to append.
Type:
true on success, false on failure.
Supported in: 6.0.16224.21491
MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace