Computes the raw parameter from the normalized parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- normalizedParameter
- Type: SystemDouble
The normalized parameter.
Return Value
The real number equal to the raw curve parameter.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | Thrown when normalizedParameter is infinite. |
| Autodesk.Revit.ExceptionsInvalidOperationException | Thrown when the curve is unbound. |