MeshVertexStatusList.Item Property

MeshVertexStatusListItem Property

Gets or sets the hidden value at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool this[
	int index
] { get; set; }
Public Default Property Item ( 
	index As Integer
) As Boolean
	Get
	Set

Parameters

index
Type: SystemInt32
Index of hidden flag to access.

Return Value

Type: Boolean
The hidden flag at [index].

Implements

IListTItemInt32
IReadOnlyListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the index is invalid.
Version Information

Rhino for Windows

Supported in: 6.14
See Also