AVEVA Database .NET Public Interface

DbElement.AtDefault Method 

Query whether the named Attribute of this Element has default value. If attribute is invalid, method returns false.

public abstract bool AtDefault(
   DbAttribute attributeName
);

Parameters

attributeName
Name of Attribute

Return Value

True, if the Element's Attribute is at the default value

See Also

DbElement Class | Aveva.Pdms.Database Namespace