Click or drag to resize
ElementGetElement Method (Int32)
Returns the sub-element at the specified zero based position.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract Element GetElement(
	int position
)

Parameters

position
Type: SystemInt32
Zero-based position.

Return Value

Type: Element
The element at the specified zero based position.
Exceptions
ExceptionCondition
NotFoundExceptionposition >= NumElements.
Remarks
The position is the zero based position of all sub-elements that are currently present in this element.
See Also