Validates the formuls
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static string Validate(
ElementId parameterId,
Document document,
string formula
)
Parameters
- parameterId ElementId
-
- document Document
-
- formula String
-
Return Value
String
Exceptions
Remarks
It validates formula using list of global or family parameters depends on document type.
See Also
Reference