AVEVA Database .NET Public Interface

DbElement.GetDouble Method (DbAttribute)

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

public abstract double GetDouble(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Floating-point value

See Also

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