RVTDocs.com

ModelCurveArray.Item

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