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


IGpsFeed.TestStatus Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsFeed Interface > IGpsFeed.TestStatus Property
ArcGIS Developer Help

IGpsFeed.TestStatus Property

Reports the tested status of the connection(The connection need not be open).

[Visual Basic .NET]
Public ReadOnly Property TestStatus As esriGpsConnectionStatus
[C#]
public esriGpsConnectionStatus TestStatus {get;}
[C++]
HRESULT get_TestStatus(
  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

IGpsFeed Interface