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

EdgeArrayArray.Insert

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