AVEVA Database .NET Public Interface

DbElement.EvaluateBool Method 

Evaluate boolean valued PML1 Expression against this Element. Example of such an expression is (HBORE GT 100). This method throws an exception if expression can not be evaluated.

public abstract bool EvaluateBool(
   DbExpression expression
);

Parameters

expression
Expression to evaluate

Return Value

Boolean value from Expression

See Also

DbElement Class | Aveva.Pdms.Database Namespace