This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.ApplyCurvatureAndRefraction Property (ArcObjects .NET 10.5 SDK) |
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