This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeed Interface > IRealTimeFeed.CurrentSatelliteData Property (ArcObjects .NET 10.4 SDK) |
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