AVEVA Database .NET Public Interface

DbElement.GetIntegerArray Method

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

Overload List

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

public abstract int[] GetIntegerArray(DbAttribute);

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

public abstract int[] GetIntegerArray(DbAttribute,DbAttribute);

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

public abstract int[] GetIntegerArray(DbAttribute,DbQualifier);

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

public abstract int[] GetIntegerArray(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace