Gets the overlay at the specified index.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsScreenOverlay this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsScreenOverlay^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsScreenOverlay getItem( Integer Index ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgStkGraphicsScreenOverlay": |
- Index
- The zero-based index of the overlay to get.






