This document is archived and information here might be outdated.  Recommended version.


IRealTimeFeed.CurrentSatelliteCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed.CurrentSatelliteCount Property

The most recent number of satellites.

[Visual Basic .NET]
Public ReadOnly Property CurrentSatelliteCount As Integer
[C#]
public int CurrentSatelliteCount {get;}
[C++]
HRESULT get_CurrentSatelliteCount(
  long* pCount
);
[C++]

Parameters pCount [out, retval] pCount is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeed Interface