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