UtilityTraceResult
UtilityTraceResult =
object
Defined in: src/ExpoArcgis.types.ts:2133
Properties
Section titled “Properties”elementCount
Section titled “elementCount”elementCount:
number
Defined in: src/ExpoArcgis.types.ts:2135
Number of elements found by the trace.
elements
Section titled “elements”elements:
UtilityElementInfo[]
Defined in: src/ExpoArcgis.types.ts:2137
The elements found by the trace.
functionResults
Section titled “functionResults”functionResults:
UtilityTraceFunctionResult[]
Defined in: src/ExpoArcgis.types.ts:2142
Values computed by the trace configuration’s functions — total length along the path, a device count, and so on. Empty when the configuration defines no functions.
geometryResult
Section titled “geometryResult”geometryResult: {
multipoint:Geometry|null;polygon:Geometry|null;polyline:Geometry|null; } |null
Defined in: src/ExpoArcgis.types.ts:2149
The traced path aggregated into geometry, when the configuration asks for it
(resultTypes including geometry). Each part is null unless the trace produced it — a
downstream trace along mains yields a polyline, an isolation trace a polygon. Draw these
on a <GraphicsOverlay> to show the result without styling every element.