Analysis QML Type
Analysis is a base class for those classes used to render analysis results in a scene view. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: | |
Inherited By: |
- List of all members, including inherited members
- Analysis is part of QML Type List.
Properties
- analysisType : Enums.AnalysisType
- visible : bool
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[read-only] analysisType : Enums.AnalysisType |
The type of analysis (read-only).
See also Enums.AnalysisType.
visible : bool |
Whether the analysis is visible.
Signal Documentation
visibleChanged() |
Emitted when the visible property changes.
Note: The corresponding handler is onVisibleChanged
.