AVEVA Database .NET Public Interface

DbElement.ExecuteRule Method 

Execute the Rule, attached to the given Attribute, on this Element. This method throws an exception if rules cannot be executed.

public abstract void ExecuteRule(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute owning the Rule to be deleted

See Also

DbElement Class | Aveva.Pdms.Database Namespace