EdgeArray.Item
Description:
Gets or sets an edge at a specified index within the array.
Gets or sets an edge at a specified index within the array.
public virtual Edge this[
int index
] { get; set; }
-
Int32indexThe index of the edge to be set or retrieved.