AVEVA Database .NET Public Interface

DbElement.GetValidBool Method 

Get Boolean Attribute value on Element, if available.

public abstract bool GetValidBool(
   DbAttribute attributeName,
   ref bool attributeValue
);

Parameters

attributeName
Attribute to query
attributeValue
Boolean value, where return value is True

Return Value

True, if Attribute exists; False if Attribute does not exist

See Also

DbElement Class | Aveva.Pdms.Database Namespace