This document is archived and information here might be outdated. Recommended version. |
The satellite data for the given index value.
[Visual Basic .NET] Public Function get_CurrentSatelliteData ( _ ByVal Index As Integer _ ) As esriGpsSatelliteData
[C#] public esriGpsSatelliteData get_CurrentSatelliteData ( int Index );
[C++]
HRESULT get_CurrentSatelliteData(
long Index,
esriGpsSatelliteData* pData
);
[C++]
Parameters Index [in]
Index is a parameter of type long pData [out, retval]
pData is a parameter of type esriGpsSatelliteData*