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

EdgeArrayArray.Append

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