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.18.1.1
Syntax public 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