Gets or sets a particular index of this structure.
RemarksOnly 0 and 1 are valid indices.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
Int32The value at the index.
Implements
IListTItemInt32IReadOnlyListTItemInt32
See Also