This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISensorXform Interface > ISensorXform.CorrectGeoid Property (ArcObjects .NET 10.5 SDK) |
Indicates if Geoid correction is needed.
[Visual Basic .NET] Public Property CorrectGeoid As Boolean
[C#] public bool CorrectGeoid {get; set;}
[C++]
HRESULT get_CorrectGeoid(
VARIANT_BOOL* pCorrection
);
[C++]
HRESULT put_CorrectGeoid(
VARIANT_BOOL pCorrection
);
[C++]
Parameters pCorrection [out, retval] pCorrection is a parameter of type VARIANT_BOOL pCorrection [in] pCorrection is a parameter of type VARIANT_BOOL