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


IFrameXform.ApplyCurvatureAndRefraction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.ApplyCurvatureAndRefraction Property
ArcGIS Developer Help

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(
  Boolean* pApplyCurvatureAndRefraction
);
[C++]
HRESULT put_ApplyCurvatureAndRefraction(
  VARIANT_BOOL pApplyCurvatureAndRefraction
);
[C++]
Parameters
pApplyCurvatureAndRefraction [out, retval]

pApplyCurvatureAndRefraction is a parameter of type bool* pApplyCurvatureAndRefraction [in]
pApplyCurvatureAndRefraction is a parameter of type bool

Product Availability

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

See Also

IFrameXform Interface