AVEVA Database .NET Public Interface

DbElement.GetDoubleArray Method

Get floating-point array Attribute on Element. This method throws an exception if attribute is invalid.

Overload List

Get floating-point array Attribute on Element. This method throws an exception if attribute is invalid.

public abstract double[] GetDoubleArray(DbAttribute);

Get floating-point array Attribute on Element. This method throws an exception if attribute is invalid.

public abstract double[] GetDoubleArray(DbAttribute,DbQualifier);

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

public abstract double[] GetDoubleArray(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace