IndexPair.Count Property

IndexPairCount Property

Returns the amount of elements in this pair of indices, which is always 2.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int Count { get; }
Public ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32

Implements

ICollectionTCount
IReadOnlyCollectionTCount
See Also