ArcObjects Library Reference (Carto)  

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