Returns the value at the specified index
in this element as an Element.
Declaration Syntax
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
Parameters
- index (Int32)
- Index of the Element that is requested.
Return Value
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.
Remarks
Applicable only for an array of Sequence or Choice elements.
Exceptions
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.8.10.1