Enums.UtilityTraceType enumeration

  • QML Enumeration List
  • Enums.UtilityTraceType enumeration
  • The UtilityTraceType can be one of:

    ConstantDescription
    Enums.UtilityTraceTypeConnected(0) A connected trace.

    Finds all features connected to a given set of starting points, ignoring traversability.

    ConstantDescription
    Enums.UtilityTraceTypeSubnetwork(1) A subnetwork trace.

    Finds all features within the current subnetwork. This value is new since Esri.ArcGISRuntime 100.7.

    ConstantDescription
    Enums.UtilityTraceTypeUpstream(2) An upstream trace.

    For subnetworks with sources, upstream is defined as paths that lead to a source. For subnetworks with sinks, upstream is defined as paths that do not lead to a sink. This value is new since Esri.ArcGISRuntime 100.7.

    ConstantDescription
    Enums.UtilityTraceTypeDownstream(3) A downstream trace.

    For subnetworks with sources, downstream is defined as paths that do not lead to a source. For subnetworks with sinks, downstream is defined as paths that lead to a sink. This value is new since Esri.ArcGISRuntime 100.7.

    ConstantDescription
    Enums.UtilityTraceTypeIsolation(4) An isolation trace.

    The isolation trace requires that at least one UtilityTraceFilter barrier is set in the UtilityTraceConfiguration. Typically this filter identifies those features that isolate the section of network (e.g., valves). This value is new since Esri.ArcGISRuntime 100.8.

    ConstantDescription
    Enums.UtilityTraceTypeLoops(5) Detects loops in the network.

    The loops trace finds areas of the network where flow direction is ambiguous where resource can flow in either direction. Loops are expected with mesh networks but usually indicate error conditions in radial networks. This value is new since Esri.ArcGISRuntime 100.9.

    ConstantDescription
    Enums.UtilityTraceTypeShortestPath(6) Discovers the shortest path.

    This trace returns the shortest path based on cost or distance, which is calculated using a numeric network attribute such as shape length. This value is new since Esri.ArcGISRuntime 100.9.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.