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

Description

A trace result set comprised of an array of AGSUtilityElement objects.

Since
100.6
Inheritance diagram for AGSUtilityElementTraceResult:
AGSUtilityTraceResult AGSObject

Properties

NSArray< AGSUtilityElement * > * elements
 
NSArray< NSString * > * warnings
 

Property Documentation

◆ elements

- (NSArray<AGSUtilityElement *>*) elements
readnonatomiccopy

The array of AGSUtilityElement that comprise the trace results.

Since
100.6

◆ warnings

- (NSArray<NSString *>*) warnings
readnonatomiccopyinherited

The list of warnings encountered while performing the trace.

Since
100.6