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