Click or drag to resize
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.13.2.1
Syntax
public abstract Object GetValue(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element whose value is requested.

Return Value

Type: Object
The value of the element at the specified index as an object.
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumValues.
See Also