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


IRealTimeFeed.ConnectionError Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed.ConnectionError Property

Connection error information.

[Visual Basic .NET]
Public ReadOnly Property ConnectionError As esriGpsConnectionError
[C#]
public esriGpsConnectionError ConnectionError {get;}
[C++]
HRESULT get_ConnectionError(
  esriGpsConnectionError* pError
);
[C++]

Parameters pError [out, retval]
pError is a parameter of type esriGpsConnectionError

Product Availability

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

See Also

IRealTimeFeed Interface