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


IRealTimeFeed.CurrentDopInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeed Interface > IRealTimeFeed.CurrentDopInfo Property
ArcGIS Developer Help

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