Skip to content
Guides API

UtilityTraceFunctionResult

UtilityTraceFunctionResult = object

Defined in: src/ExpoArcgis.types.ts:2118

What a trace function computed along the traced path. Mirrors UtilityTraceFunctionOutput.

name: string

Defined in: src/ExpoArcgis.types.ts:2124

The function’s name when the trace configuration gave it one, otherwise empty. Named trace functions arrived in ArcGIS 300.1 (ArcGIS Pro 3.7+ / Enterprise 12.1+) — before that a configuration with several functions of the same type could not be told apart in the results.


networkAttributeName: string

Defined in: src/ExpoArcgis.types.ts:2128

Network attribute the function aggregated.


result: unknown

Defined in: src/ExpoArcgis.types.ts:2130

The computed value.


type: "add" | "average" | "count" | "max" | "min" | "subtract"

Defined in: src/ExpoArcgis.types.ts:2126

Which aggregation the function applied.