Evaluates a parameter on the polyline.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
See Also
Reference