M_Rhino_IndexPair__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new instance of IndexPair with two indices.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public IndexPair(
int i,
int j
)
VB
Public Sub New (
i As Integer,
j As Integer
)
- i
- Type: System.Int32
A first index. - j
- Type: System.Int32
A second index.
Supported in: 5D58w