Class Analysis
Analysis is a base class for those classes used to render analysis results in a GeoView.
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class Analysis : INotifyPropertyChanged
Properties
Name | Description |
---|---|
IsVisible | Gets or sets a value indicating whether or not an Analysis is visible. |
Name | Description |
---|---|
INotifyPropertyChanged.PropertyChanged |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.2.1 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.2.1 - 100.15 |
iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.2 |
Relevant samples
Line of sight (location): Perform a line of sight analysis between two points in real time.