ArcGIS Runtime SDK for iOS: AGSUtilityTraceFunctionOutput Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityTraceFunctionOutput Class Reference

Description

An AGSUtilityTraceFunctionOutput is comprised of an AGSUtilityTraceFunction and its corresponding global result.

Since
100.9
Inheritance diagram for AGSUtilityTraceFunctionOutput:
AGSObject

Properties

AGSUtilityTraceFunctionfunction
 
id result
 

Property Documentation

◆ function

- (AGSUtilityTraceFunction*) function
readnonatomicstrong

The AGSUtilityTraceFunction that was executed by the trace.

Since
100.9

◆ result

- (id) result
readnonatomicstrong

The global result of this AGSUtilityTraceFunction.

The type of this numeric value is dependent on the AGSUtilityNetworkAttributeDataType of the AGSUtilityNetworkAttribute.

Since
100.9