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

Curve.ComputeRawParameter

Method
Description:
Computes the raw parameter from the normalized parameter.
Syntax
public double ComputeRawParameter(
	double normalizedParameter
)
Parameters
Parameter Type Description
normalizedParameter Double The normalized parameter.
Return Value
Type Description
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.