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


IGpsConnection.Parity Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGpsConnection.Parity Property

The parity setting for the communications port connected to the GPS receiver. Defaults to esriGpsParityNone.

[Visual Basic .NET]
Public Property Parity As esriGpsParity
[C#]
public esriGpsParity Parity {get; set;}
[C++]
HRESULT get_Parity(
  esriGpsParity* pParity
);
[C++]
HRESULT put_Parity(
  esriGpsParity pParity
);
[C++]

Parameters pParity [out, retval]
pParity is a parameter of type esriGpsParity pParity [in]
pParity is a parameter of type esriGpsParity

Product Availability

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

See Also

IGpsConnection Interface