ElementGetValue Method (Int32) |
Returns the value of the element
at the specified index as an object.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public abstract Object GetValue(
int index
)
Public MustOverride Function GetValue (
index As Integer
) As Object
public:
virtual Object^ GetValue(
int index
) abstract
abstract GetValue :
index : int -> Object
Parameters
- index
- Type: SystemInt32
The index of the element whose value is requested.
Return Value
Type:
ObjectThe value of the element at the specified index as an object.
Exceptions Exception | Condition |
---|
IndexOutOfRangeException |
index >= NumValues.
|
See Also