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


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

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