AVEVA Database .NET Public Interface

DbElement.GetInteger Method (DbAttribute)

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

public abstract int GetInteger(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Integer value

See Also

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