AVEVA Database .NET Public Interface

DbElement.GetDouble Method

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

Overload List

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

public abstract double GetDouble(DbAttribute);

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

public abstract double GetDouble(DbAttribute,DbQualifier);

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

public abstract double GetDouble(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace