A network attribute in a utility network. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
Properties
- apportionable : bool
- dataType : Enums.UtilityNetworkAttributeDataType
- domain : Domain
- name : string
- networkAttributeToSubstitute : UtilityNetworkAttribute
- substitution : bool
- systemDefined : bool
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
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.
Returns the Enums.UtilityNetworkAttributeDataType for utility network attribute (read-only).
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.
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.
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.
Indicates that the network attribute has been added by the system (read-only).
This property was introduced in Esri.ArcGISRuntime 100.7.