Skip to content
Will Pearson edited this page Aug 12, 2016 · 2 revisions

IndexPair Structure

Represents two indices: I and J.

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

Syntax

C#

[SerializableAttribute]
public struct IndexPair

VB

<SerializableAttribute>
Public Structure IndexPair

The IndexPair type exposes the following members.

Constructors

 

Name Description
Public method IndexPair Initializes a new instance of IndexPair with two indices.
  Back to Top

Properties

 

Name Description
Public property I Gets or sets the first, I index.
Public property J Gets or sets the second, J index.
  Back to Top

Methods

 

Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

Version Information

Supported in: 5D58w

See Also

Reference

Rhino Namespace

Clone this wiki locally