This document is archived and information here might be outdated. Recommended version. |
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