Get integer Attribute value on Element. This method throws an exception if attribute is invalid.
Get integer Attribute value on Element. This method throws an exception if attribute is invalid.
public abstract int GetInteger(DbAttribute);
Get integer Attribute value on Element. This method throws an exception if attribute is invalid.
public abstract int GetInteger(DbAttribute,DbAttribute);
Get integer Attribute value on Element. This method throws an exception if attribute is invalid.
public abstract int GetInteger(DbAttribute,DbElementType);
Get integer Attribute value on Element. This method throws an exception if attribute is invalid.
public abstract int GetInteger(DbAttribute,DbQualifier);
Deprecated- do not use. Use method with DbQualifier instead.
public abstract int GetInteger(DbAttribute,int);
Get integer Attribute value on Element. This method throws an exception if attribute is invalid.
public abstract int GetInteger(DbAttribute,string);
DbElement Class | Aveva.Pdms.Database Namespace