Returns a scene in the collection at a specified index.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsScene this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsScene^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsScene getItem( int Index ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgStkGraphicsScene": |
- Index
- An index into the scene collection. Must be between 0 and Count - 1.






