TransformParameterDomain Method


Transform 1D Transform Parameter Domain Method

Performs a transform of the parameter range defined by domain, and ensures that the domain is ordered correctly.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<double> TransformParameterDomain(
	double domainStart,
	double domainEnd
)

Parameters

domainStart Double
The original parameter domain start.
domainEnd Double
The original parameter domain end.

Return Value

IList Double
Remarks
If the domain is empty it is unchanged.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →