Given an index, returns an element in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As Integer _ ) As IAgStkRadarClutterPatch |
[C#] |
---|
public IAgStkRadarClutterPatch this[ int index ] {get;} |
[Managed C++] |
---|
public: __property IAgStkRadarClutterPatch^ get_Item( int index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long index, IAgStkRadarClutterPatch* ppClutterPatch ); |
[Java] |
---|
public IAgStkRadarClutterPatch getItem( int index ); |
- index