Analysis is a base class for those classes used to render analysis results in a scene view. More...
| Header | #include <Analysis.h |
| Since | Esri |
| Inherits | Esri |
| Inherited By | Esri |
This class was introduced in Esri::ArcGISRuntime 100.2.
Public Functions
| virtual | ~ |
| Esri | analysis |
| bool | is |
| void | set |
Detailed Description
Member Function Documentation
[override virtual] Analysis::~Analysis ()
Destructor.
Esri::ArcGISRuntime::AnalysisType Analysis::analysisType () const
Gets the type of analysis.
bool Analysis::isVisible () const
Gets whether the analysis is visible.
Returns true if the analysis is visible.
void Analysis::setVisible (bool visible)
Sets the analysis' visibility to visible.
See also isVisible().