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


IRealTimeFeed.CurrentPosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeed Interface > IRealTimeFeed.CurrentPosition Property
ArcGIS Developer Help

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