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


IRealTimeFeed.Status 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.Status Property
ArcGIS Developer Help

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