Analysis Class

  • Analysis
  • class Esri::ArcGISRuntime::Analysis

    Analysis is a base class for those classes used to render analysis results in a scene view. More...

    Header: #include <Analysis.h>
    Since: Esri::ArcGISRuntime 100.2
    Inherits: Esri::ArcGISRuntime::Object
    Inherited By:

    Esri::ArcGISRuntime::LineOfSight, Esri::ArcGISRuntime::LocationDistanceMeasurement, and Esri::ArcGISRuntime::Viewshed

    This class was introduced in Esri::ArcGISRuntime 100.2.

    Public Functions

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

    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().

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close