M_Rhino_IndexPair__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

IndexPair Constructor

Initializes a new instance of IndexPair with two indices.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public IndexPair(
	int i,
	int j
)

VB

Public Sub New ( 
	i As Integer,
	j As Integer
)

Parameters

 

i
Type: System.Int32
A first index.
j
Type: System.Int32
A second index.

Version Information

Supported in: 5D58w

See Also

Reference

IndexPair Structure
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️