Returns the sub-element at the specified zero based position.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract Element GetElement( int position )
Public MustOverride Function GetElement ( position As Integer ) As Element
public: virtual Element^ GetElement( int position ) abstract
Parameters
- position (Int32)
- Zero-based position.
Return Value
Element
The element at the specified zero based position.
The element at the specified zero based position.
Remarks
The position is the zero based position of all sub-elements that are
currently present in this element.
Exceptions
Exception | Condition |
---|---|
NotFoundException | position >= NumElements.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1