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

CurveByPoints.SetPoints

Method
Description:
Change the sequence of points interpolated by this curve.
Syntax
public void SetPoints(
	ReferencePointArray points
)
Parameters
Parameter Type Description
points ReferencePointArray An array of 2 or more ReferencePoints.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when the array contains fewer than 2 points, when the array contains duplicates, or when adjacent points are located too close together.