RVTDocs.com

ModelCurveArray.Append

Method
Description:
Add the model curve to the end of the array.
Syntax
public virtual void Append(
	ModelCurve item
)
Parameters
Parameter Type Description
item ModelCurve The model curve to be added.
Return Value