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 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |