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


IRealTimeFeedEvents.GroundCourseUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedEvents Interface > IRealTimeFeedEvents.GroundCourseUpdated Event
ArcGIS Developer Help

IRealTimeFeedEvents.GroundCourseUpdated Event

Reports the current ground variance when it is updated.

[Visual Basic .NET]
Public Event GroundCourseUpdated As GroundCourseUpdatedEventHandler
[C#]
public event GroundCourseUpdatedEventHandler GroundCourseUpdated
[C++]
HRESULT GroundCourseUpdated(
  esriGpsGroundCourse* pGroundCourse
);
[C++]
Parameters
pGroundCourse [in]

pGroundCourse is a parameter of type esriGpsGroundCourse*

Product Availability

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

See Also

IRealTimeFeedEvents Interface