Given an index, returns an IAgSnTarget interface.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnTarget this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgSnTarget^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnTarget getItem( int Index ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgSnTarget": |
- Index






