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

Curve.ComputeNormalizedParameter

Method
Description:
Computes the normalized curve parameter from the raw parameter.
Syntax
public double ComputeNormalizedParameter(
	double rawParameter
)
Parameters
Parameter Type Description
rawParameter Double The raw parameter.
Return Value
Type Description
Double The real number equal to the normalized curve parameter.
Exceptions
Exception Condition
ArgumentException Thrown when rawParameter is infinite.
InvalidOperationException Thrown when the curve is unbound.