Bloomberg API for .NET
GetValueAsElement Method (index)
NamespacesBloomberglp.BlpapiElementGetValueAsElement(Int32)
Returns the value at the specified index in this element as an Element.
Declaration Syntax
C#Visual BasicVisual 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.
Remarks
Applicable only for an array of Sequence or Choice elements.
Exceptions
ExceptionCondition
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