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


IRealTimeFeed.CurrentDgpsInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed.CurrentDgpsInfo Property

The current DGPS information.

[Visual Basic .NET]
Public ReadOnly Property CurrentDgpsInfo As esriGpsDgpsInfo
[C#]
public esriGpsDgpsInfo CurrentDgpsInfo {get;}
[C++]
HRESULT get_CurrentDgpsInfo(
  esriGpsDgpsInfo* pDGPSInfo
);
[C++]

Parameters pDGPSInfo [out, retval]
pDGPSInfo is a parameter of type esriGpsDgpsInfo

Product Availability

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

See Also

IRealTimeFeed Interface