Curve.ComputeRawParameter Method
Computes the raw parameter from the normalized parameter.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double ComputeRawParameter( double normalizedParameter )
Parameters
normalizedParameter
Double
The normalized parameter.
Return Value
Double
The real number equal to the raw curve parameter.
Exceptions
Exception
Condition
ArgumentException
Thrown when normalizedParameter is infinite.
InvalidOperationException
Thrown when the curve is unbound.
See Also
Reference
Curve Class
Autodesk.Revit.DB Namespace