ArcGIS Runtime SDK for iOS: NSValue(AGSUtilityTraceResult) Category Reference
ArcGIS Runtime SDK for iOS  100.15
NSValue(AGSUtilityTraceResult) Category Reference

Instance Methods

(AGSUtilityTraceResultType- ags_utilityTraceResultTypeValue
 

Class Methods

(instancetype _Null_unspecified) + ags_valueWithUtilityTraceResultType:
 

Method Documentation

◆ ags_utilityTraceResultTypeValue

- (AGSUtilityTraceResultType) ags_utilityTraceResultTypeValue

Returns the value inside this NSValue instance as an AGSUtilityTraceResultType.

Since
100.7

◆ ags_valueWithUtilityTraceResultType:

+ (instancetype _Null_unspecified) ags_valueWithUtilityTraceResultType: (AGSUtilityTraceResultType type

Creates an NSValue object with an AGSUtilityTraceResultType.

Parameters
typeThe AGSUtilityTraceResultType that you want to create the NSValue object with.
Since
100.8