AVEVA Database .NET Public Interface

DbElement.DeleteRule Method 

Delete the Rule, attached to the given Attribute, from this Element. This method throws an exception if operation fails.

public abstract void DeleteRule(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute owning the Rule to be deleted

See Also

DbElement Class | Aveva.Pdms.Database Namespace