UtilityTraceFunctionOutput Class

  • UtilityTraceFunctionOutput
  • class Esri::ArcGISRuntime::UtilityTraceFunctionOutput

    A UtilityTraceFunctionOutput consists of a UtilityTraceFunction and its corresponding global result. More...

    Header: #include <UtilityTraceFunctionOutput.h>
    Since: Esri::ArcGISRuntime 100.9
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~UtilityTraceFunctionOutput() override
    Esri::ArcGISRuntime::UtilityTraceFunction *function() const
    QVariant result() const

    Detailed Description

    Member Function Documentation

    [override virtual] UtilityTraceFunctionOutput::~UtilityTraceFunctionOutput()

    Destructor.

    Esri::ArcGISRuntime::UtilityTraceFunction *UtilityTraceFunctionOutput::function() const

    Returns the UtilityTraceFunction that was executed by the trace.

    QVariant UtilityTraceFunctionOutput::result() const

    Returns the global result of this UtilityTraceFunction.

    The type of this numeric value depends on the UtilityNetworkAttributeDataType of the UtilityNetworkAttribute.

    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