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

PolyLine.Create

Method
Description:
Creates a polyline with coordinate points provided.
Syntax
public static PolyLine Create(
	IList<XYZ> coordinates
)
Parameters
Parameter Type Description
coordinates IList
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when the count of coordinates is less than 2.