UtilityTraceFunction QML Type

  • Esri.ArcGISRuntime
  • UtilityTraceFunction
  • A function for computing values during a network trace. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.7
    Inherits:

    Object

    Properties

    Signals

    Detailed Description

    Functions are evaluated at each applicable network element. The meaning of applicable varies depending on the Tracer. For an upstream trace, the functions are evaluated for each upstream element. For a downstream trace, the functions are evaluated for each element in the subnetwork.

    This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.

    Property Documentation

    [since Esri.ArcGISRuntime 100.9] condition : UtilityTraceCondition

    A UtilityTraceCondition to use to restrict the functional calculation to features that satisfy the condition.

    This property was introduced in Esri.ArcGISRuntime 100.9.


    functionType : Enums.UtilityTraceFunctionType

    The calculation to perform.

    See also Enums.UtilityTraceFunctionType.


    [default] networkAttribute : UtilityNetworkAttribute

    The UtilityNetworkAttribute to use with the calculation.


    Signal Documentation

    [since Esri.ArcGISRuntime 100.9] conditionChanged()

    Emitted when the condition property changes.

    Note: The corresponding handler is onConditionChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.9.


    [since Esri.ArcGISRuntime 100.9] conditionChanged()

    Emitted when the condition property changes.

    Note: The corresponding handler is onConditionChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.9.


    functionTypeChanged()

    Emitted when the functionType property changes.

    Note: The corresponding handler is onFunctionTypeChanged.


    networkAttributeChanged()

    Emitted when the networkAttribute property changes.

    Note: The corresponding handler is onNetworkAttributeChanged.


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