ElementSetValue Method (Char, Int32) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax public abstract void SetValue(
char value,
int index
)
Public MustOverride Sub SetValue (
value As Char,
index As Integer
)
public:
virtual void SetValue(
wchar_t value,
int index
) abstract
abstract SetValue :
value : char *
index : int -> unit
Parameters
- value
- Type: SystemChar
The value for this element.
- index
- Type: SystemInt32
For a non-array, index can only be 0.
For an array, index is in the range of the array.
Exceptions See Also