Returns the latitude-longitude pair with the specified index.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgLtPoint |
[C#] |
---|
public IAgLtPoint this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgLtPoint^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgLtPoint* ppVal ); |
[Java] |
---|
public IAgLtPoint getItem( int Index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgLtPoint": |
- Index