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