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