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


IGpsConnection.Parity 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.Parity Property
ArcGIS Developer Help

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