AVEVA Database .NET Public Interface

DbElement.GetRule Method 

Get Rule instance for Attribute on Element. This method throws an exception if no rule exists.

public abstract DbRule GetRule(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute

Return Value

Rule instance

See Also

DbElement Class | Aveva.Pdms.Database Namespace