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