AVEVA Database .NET Public Interface

DbElement.GetBool Method (DbAttribute)

Get Boolean Attribute value on Element. This method throws an exception if attribute is invalid.

public abstract bool GetBool(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Boolean value

See Also

DbElement Class | Aveva.Pdms.Database Namespace | DbElement.GetBool Overload List