| IMessageFormatterSetElement Method (Name, Single) |
Sets the element with the specified
name to the
specified
value in the current messages
referenced by this
IMessageFormatter.
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntaxvoid SetElement(
Name name,
float value
)
Sub SetElement (
name As Name,
value As Single
)
void SetElement(
Name^ name,
float value
)
abstract SetElement :
name : Name *
value : float32 -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- value
- Type: SystemSingle
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the name is invalid for the current
message or if the element identified by name
has already been set.
|
| ArgumentNullException |
Thrown when name is null.
|
See Also