Click or drag to resize
ElementAppendElement Method
If this Element is an array of Sequence or Choice Elements, appends a default initialized element to this element and return the appended element.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public abstract Element AppendElement()

Return Value

Type: Element
The newly appended element.
Exceptions
ExceptionCondition
NotSupportedException Called on an element that is not an array of Sequence or Choice or if the element is not modifiable.
See Also