This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsConnection Interface > IGpsConnection.Parity Property (ArcObjects .NET 10.4 SDK) |
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