RVTDocs.com

VertexIndexPairArray.Item

Property
Description:
Gets or sets a VertexIndex pair at a specified index within the array.
Syntax
public virtual VertexIndexPair this[
	int index
] { get; set; }
Parameters
Parameter Type Description
index Int32 The index of the VertexIndex pair to be set or retrieved.
Return Value
Type Description
VertexIndexPair Returns the VertexIndex pair at the specified index.