M_Rhino_Geometry_Collections_MeshVertexStatusList_AddRange - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexStatusList.AddRange Method

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

Syntax

C#

public void AddRange(
	IEnumerable<bool> values
)

VB

Public Sub AddRange ( 
	values As IEnumerable(Of Boolean)
)

Parameters

 

values
Type: System.Collections.Generic.IEnumerable(Boolean)
Hidden values to append.

Return Value

Type:
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️