Returns the value of the element
at the specified index as an object.
| C# | Visual Basic | Visual C++ |
public abstract Object GetValue( int index )
Public MustOverride Function GetValue ( index As Integer ) As Object
public: virtual Object^ GetValue( int index ) abstract
- index (Int32)
- The index of the element whose value is requested.
Object
The value of the element at the specified index as an object.
The value of the element at the specified index as an object.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException |
index >= NumValues.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1