AVEVA Database .NET Public Interface

DbElement.VerifyRule Method 

Verify that the value and the Rule attached to an Attribute of this Element, are consistent.

public abstract bool VerifyRule(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute with Rule

Return Value

True, if the Attribute value and Rule are consistent

See Also

DbElement Class | Aveva.Pdms.Database Namespace