MeshVertexStatusList.Contains Method

MeshVertexStatusListContains Method

Determines if some vertices are hidden or some are shown.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Contains(
	bool hidden
)
Public Function Contains ( 
	hidden As Boolean
) As Boolean

Parameters

hidden
Type: SystemBoolean
The value to be checked. True means some vertex is hidden.

Return Value

Type: Boolean
True if the array contains the specified value.

Implements

ICollectionTContains(T)
Version Information

Rhino for Windows

Supported in: 6.14
See Also