The state of an analysis in a GeoView. More...
| Header | #include <Analysis |
| Since | Esri |
Public Functions
| Analysis | |
| Analysis | |
| Analysis | |
| ~ | |
| Esri | error() const |
| bool | is |
| Esri | status() const |
| Esri | operator=( |
| Esri | operator=(const Esri |
Detailed Description
This object allows you to know the current state of an analysis in a view.
Member Function Documentation
AnalysisViewState::AnalysisViewState ()
The default constructor.
Note: This is provided for convenience and produces an empty object.
See also isEmpty.
AnalysisViewState::AnalysisViewState (const Esri::ArcGISRuntime::AnalysisViewState &other)
The copy constructor from other AnalysisViewState.
[noexcept] AnalysisViewState::AnalysisViewState (Esri::ArcGISRuntime::AnalysisViewState &&other)
The move constructor from other AnalysisViewState.
[noexcept] AnalysisViewState::~AnalysisViewState ()
Destructor.
Esri::ArcGISRuntime::Error AnalysisViewState::error() const
Returns the error that describes a problem encountered when displaying an analysis in a GeoView.
bool AnalysisViewState::isEmpty () const
Returns true if this AnalysisViewState is empty.
Esri::ArcGISRuntime::AnalysisViewStatus AnalysisViewState::status() const
Returns the status of an analysis in a GeoView.
[noexcept] Esri::ArcGISRuntime::AnalysisViewState &AnalysisViewState::operator=(Esri::ArcGISRuntime::AnalysisViewState &&other)
The move assignment operator from other AnalysisViewState.
Esri::ArcGISRuntime::AnalysisViewState &AnalysisViewState::operator=(const Esri::ArcGISRuntime::AnalysisViewState &other)
The assignment operator from other AnalysisViewState.