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