Change the sequence of points interpolated by this curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetPoints(
ReferencePointArray points
)
Parameters
- points ReferencePointArray
- An array of 2 or more ReferencePoints.
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. |
See Also
Reference