Share

FormulaManager.Evaluate Method

Evaluates value of the formula


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

Syntax

C#

public static string Evaluate(
	ElementId parameterId,
	Document document,
	string formula
)

Parameters

parameterId  ElementId
 
document  Document
 
formula  String
 

Return Value

String

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

It evaluates formula using list of global or family parameters depends on document type.

See Also

Reference

Was this information helpful?