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


IRealTimeFeed.CurrentPosition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed.CurrentPosition Property

The current position information from the real-time feed.

[Visual Basic .NET]
Public ReadOnly Property CurrentPosition As esriGpsPositionInfo
[C#]
public esriGpsPositionInfo CurrentPosition {get;}
[C++]
HRESULT get_CurrentPosition(
  esriGpsPositionInfo* pInfo
);
[C++]

Parameters pInfo [out, retval]
pInfo is a parameter of type esriGpsPositionInfo

Product Availability

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

See Also

IRealTimeFeed Interface