ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LineOfSightParams Class / ApplyCurvature Property

In This Topic
    ApplyCurvature Property
    In This Topic
    Gets and sets whether the earth's curvature should be taken into consideration. Default value is false.
    Syntax
    public bool ApplyCurvature {get; set;}
    Public Property ApplyCurvature As Boolean
    Remarks
    The curvature option makes adjustments to take the curvature of the earth into consideration when performing line-of-sight calculations. It can only be used when the spatial reference of the input surface is in a projected coordinate system and z-coordinate units are defined.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also