ArcGIS Pro 3.7 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 Property ApplyCurvature As Boolean
    public bool ApplyCurvature {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also