Get Boolean Attribute value on Element. This method throws an exception if attribute is invalid.
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);
DbElement Class | Aveva.Pdms.Database Namespace