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