Skip to content
  • AnalysisViewState
  • class Esri::ArcGISRuntime::AnalysisViewState

    The state of an analysis in a GeoView. More...

    Header: #include <AnalysisViewState.h>
    Since: Esri::ArcGISRuntime 300.0

    Public Functions

    AnalysisViewState()
    AnalysisViewState(const Esri::ArcGISRuntime::AnalysisViewState &other)
    AnalysisViewState(Esri::ArcGISRuntime::AnalysisViewState &&other)
    ~AnalysisViewState()
    Esri::ArcGISRuntime::Error error() const
    bool isEmpty() const
    Esri::ArcGISRuntime::AnalysisViewStatus status() const
    Esri::ArcGISRuntime::AnalysisViewState &operator=(Esri::ArcGISRuntime::AnalysisViewState &&other)
    Esri::ArcGISRuntime::AnalysisViewState &operator=(const Esri::ArcGISRuntime::AnalysisViewState &other)

    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.