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


IRealTimeFeedEvents.SatelliteInfoUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedEvents Interface > IRealTimeFeedEvents.SatelliteInfoUpdated Event
ArcGIS Developer Help

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