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


IRealTimeFeed.CurrentGroundCourse Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed.CurrentGroundCourse Property

The current ground course.

[Visual Basic .NET]
Public ReadOnly Property CurrentGroundCourse As esriGpsGroundCourse
[C#]
public esriGpsGroundCourse CurrentGroundCourse {get;}
[C++]
HRESULT get_CurrentGroundCourse(
  esriGpsGroundCourse* pGroundCourse
);
[C++]

Parameters pGroundCourse [out, retval]
pGroundCourse is a parameter of type esriGpsGroundCourse

Product Availability

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

See Also

IRealTimeFeed Interface