| 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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic abstract Element AppendElement()
Public MustOverride Function AppendElement As Element
public:
virtual Element^ AppendElement() abstract
abstract AppendElement : unit -> Element
Return Value
Type:
ElementThe newly appended element.
Exceptions| Exception | Condition |
|---|
| NotSupportedException |
Called on an element that is
not an array of Sequence or Choice or if the element is not modifiable.
|
See Also