ElementSetValue Method (Double) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax public abstract void SetValue(
double value
)
Public MustOverride Sub SetValue (
value As Double
)
public:
virtual void SetValue(
double value
) abstract
abstract SetValue :
value : float -> unit
Parameters
- value
- Type: SystemDouble
The value for this element.
Exceptions Remarks See Also