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.15.0.1
Syntax public abstract Element GetValueAsElement(
int index
)
Public MustOverride Function GetValueAsElement (
index As Integer
) As Element
public:
virtual Element^ GetValueAsElement(
int index
) abstract
abstract GetValueAsElement :
index : int -> Element
Parameters
- index
- Type: SystemInt32
Index of the Element that is requested.
Return Value
Type:
ElementThe value at the specified index in this element as an Element.
Exceptions Remarks
Applicable only for an array of Sequence or Choice elements.
See Also