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


IGpsConnection.StopBits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsConnection Interface > IGpsConnection.StopBits Property
ArcGIS Developer Help

IGpsConnection.StopBits Property

The stop bits setting for the communications port connected to the GPS receiver. Defaults to esriGpsStopBits1.

[Visual Basic .NET]
Public Property StopBits As esriGpsStopBits
[C#]
public esriGpsStopBits StopBits {get; set;}
[C++]
HRESULT get_StopBits(
  esriGpsStopBits* pStopBits
);
[C++]
HRESULT put_StopBits(
  esriGpsStopBits pStopBits
);
[C++]
Parameters
pStopBits [out, retval]

pStopBits is a parameter of type esriGpsStopBits* pStopBits [in]
pStopBits is a parameter of type esriGpsStopBits

Product Availability

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

See Also

IGpsConnection Interface