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


IGpsFeed.Connection 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.Connection Property
ArcGIS Developer Help

IGpsFeed.Connection Property

The GPS connection object.

[Visual Basic .NET]
Public Property Connection As IGpsConnection
[C#]
public IGpsConnection Connection {get; set;}
[C++]
HRESULT get_Connection(
  IGpsConnection** ppConnection
);
[C++]
HRESULT putref_Connection(
  IGpsConnection* ppConnection
);
[C++]
Parameters
ppConnection [out, retval]

ppConnection is a parameter of type IGpsConnection** ppConnection [in]
ppConnection is a parameter of type IGpsConnection*

Product Availability

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

See Also

IGpsFeed Interface