Returns the sub-element at the specified zero based position.
| 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
- position (Int32)
- Zero-based position.
Element
The element at the specified zero based position.
The element at the specified zero based position.
The position is the zero based position of all sub-elements that are
currently present in this element.
| Exception | Condition |
|---|---|
| NotFoundException | position >= NumElements.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1