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


IFrameXform.ApplyCurvatureAndRefraction Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.ApplyCurvatureAndRefraction Property

Indicates if the adjustment of earth curvature and refraction is applied.

[Visual Basic .NET]
Public Property ApplyCurvatureAndRefraction As Boolean
[C#]
public bool ApplyCurvatureAndRefraction {get; set;}
[C++]
HRESULT get_ApplyCurvatureAndRefraction(
  VARIANT_BOOL* pApplyCurvatureAndRefraction
);
[C++]
HRESULT put_ApplyCurvatureAndRefraction(
  VARIANT_BOOL pApplyCurvatureAndRefraction
);
[C++]

Parameters pApplyCurvatureAndRefraction [out, retval] pApplyCurvatureAndRefraction is a parameter of type VARIANT_BOOL pApplyCurvatureAndRefraction [in] pApplyCurvatureAndRefraction is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFrameXform Interface