UtilityNetworkAttribute QML Type

  • Esri.ArcGISRuntime
  • UtilityNetworkAttribute
  • A network attribute in a utility network. More...

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

    Object

    Properties

    Detailed Description

    A network attribute is an attribute that is copied from a feature and stored in the topological index. The utility network tracing task can read and make decisions using network attributes that are stored directly in the topological index, without needing to fetch the individual features to get their attributes, thus improving analysis performance.

    The network attributes in a topological index are limited to specific data types and to an aggregate size.

    Note: You cannot declare or create a component of this type in QML code.

    Property Documentation

    [read-only, since Esri.ArcGISRuntime 100.7] apportionable : bool

    Whether the network attribute should be apportioned across the length of linear features (read-only).

    For example, if a point is chosen 25% of the distance along an edge, 25% of the attribute's value is assigned to the 25% (shorter) part of the edge, and 75% of the attribute's value is assigned to the 75% (longer) part of the edge.

    This property was introduced in Esri.ArcGISRuntime 100.7.


    [read-only] dataType : Enums.UtilityNetworkAttributeDataType

    Returns the Enums.UtilityNetworkAttributeDataType for utility network attribute (read-only).


    [read-only, since Esri.ArcGISRuntime 100.7] domain : Domain

    The Domain associated with this network attribute (read-only).

    If no domain is assigned, domain will be null.

    This property was introduced in Esri.ArcGISRuntime 100.7.


    [read-only] name : string

    Returns the name for utility network attribute (read-only).


    [read-only, since Esri.ArcGISRuntime 100.7] networkAttributeToSubstitute : UtilityNetworkAttribute

    This property is the UtilityNetworkAttribute that is substituted for this UtilityNetworkAttribute at tap features (read-only).

    This property is only set if substitution is set to true. Taps are special features, identified with the "Subnetwork Tap" category, that work with attribute substitution. See the online help for more information.

    This property was introduced in Esri.ArcGISRuntime 100.7.


    [read-only, since Esri.ArcGISRuntime 100.7] substitution : bool

    Whether the network attribute should be apportioned across the length of linear features (read-only).

    For example, if a point is chosen 25% of the distance along an edge, 25% of the attribute's value is assigned to the 25% (shorter) part of the edge, and 75% of the attribute's value is assigned to the 75% (longer) part of the edge.

    This property was introduced in Esri.ArcGISRuntime 100.7.


    [read-only, since Esri.ArcGISRuntime 100.7] systemDefined : bool

    Indicates that the network attribute has been added by the system (read-only).

    This property was introduced in Esri.ArcGISRuntime 100.7.


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