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.19.2.1
Syntax public abstract Element GetElement(
int position
)
Public MustOverride Function GetElement (
position As Integer
) As Element
public:
virtual Element^ GetElement(
int position
) abstract
abstract GetElement :
position : int -> Element
Parameters
- position
- Type: SystemInt32
Zero-based position.
Return Value
Type:
ElementThe element at the specified zero based position.
Exceptions Remarks
The position is the zero based position of all sub-elements that are
currently present in this element.
See Also