Show / Hide Table of Contents

Property HorizontalAngle

HorizontalAngle

Gets or sets the horizontal angle of the observer's field of vision.

Declaration
public double HorizontalAngle { get; set; }
Property Value
Type Description
System.Double

The horizontal angle of the viewshed. The value must be greater than 0 and no greater than 360.

Remarks

Visible and non-visible areas are determined for an area defined by an observer location, horizontal and vertical view angles, and a minimum/maximum distance range. These properties define a frustum (3D solid) inside of which visibility is calculated. The horizontal angle must be greater than zero to define a valid frustum and is constrained to a maximum of 360 degrees.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.2.1 - 200.7
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.7
Relevant samples
Viewshed (location): Perform a viewshed analysis from a defined vantage point.
In This Article
Back to top Copyright © 2022 Esri.