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