VertexIndexPairArray.Item
Description:
Gets or sets a VertexIndex pair at a specified index within the array.
Gets or sets a VertexIndex pair at a specified index within the array.
public virtual VertexIndexPair this[
int index
] { get; set; }
-
Int32indexThe index of the VertexIndex pair to be set or retrieved.