AVEVA Database .NET Public Interface

DbElement.GetDoubleArray Method (DbAttribute, DbQualifier)

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

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

Parameters

attributeName
Attribute to query
qualifier
Integer value qualifier

Return Value

Array of floating-point values

See Also

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