ArcObjects Library Reference (Carto)  

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

IRealTimeFeedManagerEvents Interface