Appends the specified value to this array element.
| C# | Visual Basic | Visual C++ |
public abstract void AppendValue( float value )
Public MustOverride Sub AppendValue ( value As Single )
public: virtual void AppendValue( float value ) abstract
- value (Single)
- The appended value.
| Exception | Condition |
|---|---|
| NotSupportedException |
Called on a non-array or the elment is read-only.
|
| InvalidConversionException |
The specified value cannot be converted to data type of the array.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1