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


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

IRealTimeFeedManagerEvents.DgpsInfoUpdated Event

Reports the DGPS information when it is updated.

[Visual Basic .NET]
Public Event DgpsInfoUpdated As DgpsInfoUpdatedEventHandler
[C#]
public event DgpsInfoUpdatedEventHandler DgpsInfoUpdated
[C++]
HRESULT DgpsInfoUpdated(
  esriGpsDgpsInfo* pNewDGPSInfo
);
[C++]
Parameters
pNewDGPSInfo [in]

pNewDGPSInfo is a parameter of type esriGpsDgpsInfo*

Product Availability

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

See Also

IRealTimeFeedManagerEvents Interface