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