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


IRealTimeFeedEvents.DopInfoUpdated Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedEvents.DopInfoUpdated Event

Reports the current DOP information when it is updated.

[Visual Basic .NET]
Public Event DopInfoUpdated As DopInfoUpdatedEventHandler
[C#]
public event DopInfoUpdatedEventHandler DopInfoUpdated
[C++]
HRESULT DopInfoUpdated(
  esriGpsDOPInfo* pdop
);
[C++]

Parameters pdop [in]
pdop is a parameter of type esriGpsDOPInfo

Product Availability

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

See Also

IRealTimeFeedEvents Interface