Evaluate Method


Poly Line Evaluate Method

Evaluates a parameter on the polyline.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public XYZ Evaluate(
	double param
)

Parameters

param Double
The parameter to be evaluated. It is expected to be in [0,1] interval mapped to the bounds of the whole polyline.

Return Value

XYZ
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when the param value is not between 0.0 and 1.0.
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 →