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


IRealTimeFeedEvents.PositionUpdated 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.PositionUpdated Event
ArcGIS Developer Help

IRealTimeFeedEvents.PositionUpdated Event

Reports the current position when it is updated. 'estimate' is true if the signal is lost and the position is estimated.

[Visual Basic .NET]
Public Event PositionUpdated As PositionUpdatedEventHandler
[C#]
public event PositionUpdatedEventHandler PositionUpdated
[C++]
HRESULT PositionUpdated(
  esriGpsPositionInfo* position,
  VARIANT_BOOL estimate
);
[C++]
Parameters
position [in]

position is a parameter of type esriGpsPositionInfo* estimate [in]
estimate is a parameter of type bool

Product Availability

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

See Also

IRealTimeFeedEvents Interface