ArcObjects Library Reference (Carto)  

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