AVEVA Database .NET Public Interface

DbElement.GetDoubleArray Method (DbAttribute)

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

public abstract double[] GetDoubleArray(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Array of floating-point values

See Also

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