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

EdgeArray.Insert

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