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

EdgeArray.Append

Method
Description:
Add the edge to the end of the array.
Syntax
public virtual void Append(
	Edge item
)
Parameters
Parameter Type Description
item Edge The edge to be added.
Return Value