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