RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CurveArray

CurveArray.Insert

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