Returns the position by its index.
Read-only property
Visual Basic |
---|
Public Property ItemByIndex( _ ByVal index_ As Long _ ) As CQGPosition |
- index_
- Zero-based index of item in the collection
The corresponding position in the collection, represented as CQGPosition object.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.