This document is archived and information here might be outdated. Recommended version. |
Indicates if Geoid correction is needed.
[Visual Basic .NET]
Public Property CorrectGeoid As Boolean
[C#]
public bool CorrectGeoid {get; set;}
[C++]
HRESULT get_CorrectGeoid(
Boolean* pCorrection
);
[C++]
HRESULT put_CorrectGeoid(
VARIANT_BOOL pCorrection
);
[C++] Parameters pCorrection [out, retval]
pCorrection is a parameter of type bool* pCorrection [in]
pCorrection is a parameter of type bool