IndexPair.Item Property

IndexPairItem Property

Gets or sets a particular index of this structure.
Remarks
Only 0 and 1 are valid indices.

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

Parameters

index
Type: SystemInt32
Either 0 for I, or 1 for J.

Return Value

Type: Int32
The value at the index.

Implements

IListTItemInt32
IReadOnlyListTItemInt32
Version Information

Rhino for Windows

Supported in: 6.8
See Also