ElementSetValue Method (Constant, Int32) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract void SetValue(
Constant constant,
int index
)
Public MustOverride Sub SetValue (
constant As Constant,
index As Integer
)
public:
virtual void SetValue(
Constant^ constant,
int index
) abstract
abstract SetValue :
constant : Constant *
index : int -> unit
Parameters
- constant
- Type: Bloomberglp.BlpapiConstant
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