Share

Edge.Evaluate Method

Evaluates a parameter on the edge.


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

Syntax

C#

public XYZ Evaluate(
	double param
)

Parameters

param  Double
The parameter to be evaluated, in [0,1].

Return Value

XYZ

See Also

Reference

Was this information helpful?