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.13.2.1
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