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


IRealTimeFeed.CurrentDgpsInfo 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.CurrentDgpsInfo Property
ArcGIS Developer Help

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