Returns a scene in the collection at a specified index.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgStkGraphicsScene |
[C#] |
---|
public IAgStkGraphicsScene this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsScene^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgStkGraphicsScene* ppRetVal ); |
[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.