This document is archived and information here might be outdated.  Recommended version.


ISensorXform.CorrectGeoid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISensorXform Interface > ISensorXform.CorrectGeoid Property
ArcGIS Developer Help

ISensorXform.CorrectGeoid Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISensorXform Interface