Show / Hide Table of Contents

Class ExploratoryViewshed

A base class for Analysis classes that determine visible and non-visible areas in a SceneView at the resolution of the rendered data: ExploratoryLocationViewshed and ExploratoryGeoElementViewshed.

Inheritance
object
Analysis
ExploratoryViewshed
ExploratoryGeoElementViewshed
ExploratoryLocationViewshed
Implements
INotifyPropertyChanged
Analysis.IsVisible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ExploratoryViewshed : Analysis, INotifyPropertyChanged
Remarks

Exploratory analysis is performed using data at the current rendered resolution of a SceneView and not at the full resolution of the data. Exploratory analysis results cannot be displayed in a MapView or persisted.

To perform analysis at the full resolution of the data use the ViewshedFunction.

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, in degrees.

IsFrustumOutlineVisible

Gets or sets a value indicating whether or not the exploratory viewshed frustum is visible.

MaxDistance

Gets or sets the maximum distance from the observer at which visibility is evaluated.

MinDistance

Gets or sets the minimum distance from the observer at which visibility is evaluated.

ObstructedColor

Gets or sets the color with which non-visible areas of all viewsheds are rendered.

VerticalAngle

Gets or sets the vertical angle of the observer's field of vision, in degrees.

VisibleColor

Gets or sets the color with which visible areas of all viewsheds are rendered.

See Also

ExploratoryLocationViewshed
ExploratoryGeoElementViewshed

Applies to

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.