RVTDocs.com

SymbolicCurveArray.Insert

Method
Description:
Insert the specified model curve into the array.
Syntax
public virtual void Insert(
	SymbolicCurve item,
	int index
)
Parameters
Parameter Type Description
item SymbolicCurve The model curve to be inserted into the array.
index Int32 The model curve will be inserted before this index.
Return Value
Type Description
SymbolicCurveArray Class Returns whether the model curve was inserted into the array.