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


IRealTimeFeedManagerEvents.GroundCourseUpdated Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedManagerEvents.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

IRealTimeFeedManagerEvents Interface