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