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


IRealTimeFeedEvents.DopInfoUpdated 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.DopInfoUpdated Event
ArcGIS Developer Help

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