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


IRealTimeFeed.CurrentDopInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed.CurrentDopInfo Property

The current DOP information.

[Visual Basic .NET]
Public ReadOnly Property CurrentDopInfo As esriGpsDOPInfo
[C#]
public esriGpsDOPInfo CurrentDopInfo {get;}
[C++]
HRESULT get_CurrentDopInfo(
  esriGpsDOPInfo* pdop
);
[C++]

Parameters pdop [out, retval]
pdop is a parameter of type esriGpsDOPInfo

Product Availability

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

See Also

IRealTimeFeed Interface