AVEVA Database .NET Public Interface

DbElement.GetInteger Method

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

Overload List

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);

See Also

DbElement Class | Aveva.Pdms.Database Namespace