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 |
This class was introduced in Esri::ArcGISRuntime 100.9.
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.