Sets the value of this element to the specified value.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract void SetValue( double value )
Public MustOverride Sub SetValue ( value As Double )
public: virtual void SetValue( double value ) abstract
Parameters
- value (Double)
- The value for this element.
Remarks
Same as calling SetValue(value,0).
Exceptions
Exception | Condition |
---|---|
InvalidConversionException |
This element cannot be initialized with the specified value.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1