RhinoCommon API
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)
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: BooleanThe hidden flag at [index].
Implements
IListTItemInt32IReadOnlyListTItemInt32
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the index is invalid. |