RVTDocs.com

SymbolicCurveArray.Append

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