AVEVA Database .NET Public Interface

DbElement.GetDouble Method (DbAttribute, DbQualifier)

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

public abstract double GetDouble(
   DbAttribute attributeName,
   DbQualifier qualifier
);

Parameters

attributeName
Attribute to query
qualifier
Integer value qualifier

Return Value

Floating-point value

See Also

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