Allows you to iterate through the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgVASNOPTResult |
[C#] |
---|
public IAgVASNOPTResult this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgVASNOPTResult^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgVASNOPTResult* SNOPTResult ); |
[Java] |
---|
public IAgVASNOPTResult getItem( int Index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgVASNOPTResult": |
- Index