RVTDocs.com

ModelCurveArray.Insert

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