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

    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.