ArcObjects Library Reference (Carto)  

IRealTimeFeedEvents.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

IRealTimeFeedEvents Interface