Show / Hide Table of Contents

Class AnalysisOverlay

AnalysisOverlay manages the display of one or more Analyses on a GeoView.

Inheritance
Object
AnalysisOverlay
Implements
INotifyPropertyChanged
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 sealed class AnalysisOverlay : INotifyPropertyChanged
Remarks

AnalysisOverlay allows you to group related analyses and control visibility for all members of the collection. A GeoView can contain many AnalysisOverlays.

Constructors

Name Description
AnalysisOverlay()

Initializes a new instance of the AnalysisOverlay class.

Properties

Name Description
Analyses

Gets or sets the collection of analysis objects managed by the AnalysisOverlay.

IsVisible

Gets or sets a value indicating whether the AnalysisOverlay is visible.

Name Description
INotifyPropertyChanged.PropertyChanged

See Also

AnalysisOverlays

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.2.1 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.2.1 - 100.15
iOS100.2.1 - 100.15
UWP100.2.1 - 200.0

Relevant samples

Line of sight (location): Perform a line of sight analysis between two points in real time.
In This Article
Back to top Copyright © 2022 Esri.