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


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

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