Class Viewshed
Viewshed is a base class for the Analysis classes that determine visible and non-visible areas in a GeoView, LocationViewshed and GeoElementViewshed.
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class Viewshed : Analysis, INotifyPropertyChanged
Properties
Name | Description |
---|---|
FrustumOutlineColor | Gets or sets the color used to render the frustum outline. |
HorizontalAngle | Gets or sets the horizontal angle of the observer's field of vision. |
IsFrustumOutlineVisible | Gets or sets a value indicating whether or not the Viewshed frustum is visible. |
MaxDistance | Gets or sets the maximum distance from the observer at which visibility will be evaluated. |
MinDistance | Gets or sets the minimum distance from the observer at which visibility will be evaluated. |
ObstructedColor | Gets or sets the color with which non-visible areas of all viewsheds will be rendered. |
VerticalAngle | Gets or sets the vertical angle of the observer's field of vision. |
VisibleColor | Gets or sets the color with which visible areas of all viewsheds will be rendered. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.2.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 100.15 |