AVEVA Database .NET Public Interface

DbElement.GetValidDouble Method 

Get floating-point Attribute value on Element, if available.

public abstract bool GetValidDouble(
   DbAttribute attributeName,
   ref double dval
);

Parameters

attributeName
Attribute to query
dval
Floating-point value, where return value is True

Return Value

True, if Attribute is valid; False, if Attribute is not valid

See Also

DbElement Class | Aveva.Pdms.Database Namespace