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