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