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