A base class for classes that render analysis results in a GeoView. More...
| Header | #include <Analysis.h |
| Since | Esri |
| Inherits | Esri |
| Inherited By | Esri |
Public Functions
| virtual | ~ |
| Esri | analysis |
| bool | is |
| void | set |
Detailed Description
It defines common members for an analysis object, including the current Status and an ID.
Member Function Documentation
[override virtual noexcept] Analysis::~Analysis ()
Destructor.
Esri::ArcGISRuntime::AnalysisType Analysis::analysisType () const
Returns the type of analysis.
Returns -1 if an error occurs.
See also AnalysisType.
bool Analysis::isVisible () const
Returns whether or not the analysis is visible.
Returns true if the analysis is visible.
Visibility can be controlled for individual analyses as well as for the AnalysisOverlay that contains them. Returns false if an error occurs.
void Analysis::setVisible (bool visible)
Sets the visible to visible.
See also isVisible.