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


IRealTimeFeedManagerEvents.SatelliteInfoUpdated Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedManagerEvents.SatelliteInfoUpdated Event

Reports the current satellite information when it is updated.

[Visual Basic .NET]
Public Event SatelliteInfoUpdated As SatelliteInfoUpdatedEventHandler
[C#]
public event SatelliteInfoUpdatedEventHandler SatelliteInfoUpdated
[C++]
HRESULT SatelliteInfoUpdated(
  long satelliteCount
);
[C++]

Parameters satelliteCount [in] satelliteCount is a parameter of type long

Product Availability

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

See Also

IRealTimeFeedManagerEvents Interface