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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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.
NotSupportedException Called on non-sequence or non-choice.
Remarks
The position is the zero based position of all sub-elements that are currently present in this element.
See Also