Click or drag to resize
ElementGetValueAsElement Method (Int32)
Returns the value at the specified index in this element as an Element.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract Element GetValueAsElement(
	int index
)

Parameters

index
Type: SystemInt32
Index of the Element that is requested.

Return Value

Type: Element
The value at the specified index in this element as an Element.
Exceptions
ExceptionCondition
IndexOutOfRangeException The specified index >= NumValues.
InvalidConversionException This element is not an array of Sequence or Choice elements.
Remarks
Applicable only for an array of Sequence or Choice elements.
See Also