AVEVA Database .NET Public Interface

DbElement.ExistRule Method 

Queries whether a Rule is attached to the given Attribute on this Element.

public abstract bool ExistRule(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute owning the Rule to be deleted

Return Value

True only if a Rule exists on the Element's Attribute

See Also

DbElement Class | Aveva.Pdms.Database Namespace