Returns the value of the element
at the specified index as an object.
Declaration Syntax
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
Parameters
- index (Int32)
- The index of the element whose value is requested.
Return Value
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.
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException |
index >= NumValues.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1