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


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

IRealTimeFeed.Status Property

The current status of the real-time feed.

[Visual Basic .NET]
Public ReadOnly Property Status As esriGpsConnectionStatus
[C#]
public esriGpsConnectionStatus Status {get;}
[C++]
HRESULT get_Status(
  esriGpsConnectionStatus* pStatus
);
[C++]

Parameters pStatus [out, retval]
pStatus is a parameter of type esriGpsConnectionStatus

Product Availability

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

See Also

IRealTimeFeed Interface