Share

Curve.ComputeNormalizedParameter Method

Computes the normalized curve parameter from the raw parameter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double ComputeNormalizedParameter(
	double rawParameter
)

Parameters

rawParameter  Double
The raw parameter.

Return Value

Double
The real number equal to the normalized curve parameter.

Exceptions

ExceptionCondition
ArgumentException Thrown when rawParameter is infinite.
InvalidOperationException Thrown when the curve is unbound.

See Also

Reference

Was this information helpful?