Click or drag to resize
EventFormatterSetElement Method (Name, Boolean)
Sets the element with the specified 'name' within the current element to the specified 'value'.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void SetElement(
	Name name,
	bool value
)

Parameters

name
Type: Bloomberglp.BlpapiName
The name of the subfield.
value
Type: SystemBoolean
The value to be set.
Exceptions
ExceptionCondition
InvalidOperationException The operating stack is empty.
NotFoundException The schema does not identify a 'name' sub-element of the current sequence or choice element.
NotSupportedException The current element in the stack.is not a sequence or choice.
InvalidConversionException 'value' cannot be converted to the type specified by the schema for the 'name' sub-element.
See Also