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