Returns the value at the specified index
in this element as an Element.
| C# | Visual Basic | Visual C++ |
public abstract Element GetValueAsElement( int index )
Public MustOverride Function GetValueAsElement ( index As Integer ) As Element
public: virtual Element^ GetValueAsElement( int index ) abstract
- index (Int32)
- Index of the Element that is requested.
Element
The value at the specified index in this element as an Element.
The value at the specified index in this element as an Element.
Applicable only for an array of Sequence or Choice elements.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException |
The specified index >= NumValues.
|
| InvalidConversionException |
This element is not an array of Sequence or Choice elements.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1