AVEVA Database .NET Public Interface

DbElement.IsAttributeValid Method 

Queries whether the named Attribute value on this Element is valid.

public abstract bool IsAttributeValid(
   DbAttribute attributeName
);

Parameters

attributeName
Name of Attribute

Return Value

True, if Element's Attribute is valid

See Also

DbElement Class | Aveva.Pdms.Database Namespace