Changes the bounds of this curve to the specified values.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void MakeBound( double startParameter, double endParameter )
Parameters
- startParameter Double
- The new parameter of the start point.
- endParameter Double
- The new parameter of the end point.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the specified values are infinite. |
InvalidOperationException | Thrown when endParameter is smaller than startParameter. |