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

    A base class for classes that render analysis results in a GeoView. More...

    Public Functions

    virtual ~Analysis() override
    Esri::ArcGISRuntime::AnalysisType analysisType() const
    bool isVisible() const
    void setVisible(bool visible)

    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.

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