ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

ISensorXform Interface