AVEVA Database .NET Public Interface

DbElement.GetBool Method

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

Overload List

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

public abstract bool GetBool(DbAttribute);

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

public abstract bool GetBool(DbAttribute,DbAttribute);

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

public abstract bool GetBool(DbAttribute,DbQualifier);

Deprecated- do not use. Use method with DbQualifier instead.

public abstract bool GetBool(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace