UtilityNetworkSource QML Type

A network source in a utility network. More...

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

Object

Properties

Methods

Detailed Description

Various sources of related information are associated to comprise the utility network. The most obvious sources are the structures and network features that are included with each domain network. Other sources are the set of associations and the system junctions.

The UtilityNetworkDefinition.networkSources property contains the collection of UtilityNetworkSource objects in the utility network definition.

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

Property Documentation

assetGroups : list<UtilityAssetGroup>

The collection of asset groups for the UtilityNetworkSource (read-only).

UtilityAssetGroup is the first-level categorization of a UtilityNetworkSource.


featureTable : ArcGISFeatureTable

Returns the featureTable associated with the UtilityNetworkSource (read-only).


name : string

Returns the name of the UtilityNetworkSource (read-only).


sourceId : int

Returns the sourceId of the UtilityNetworkSource (read-only).


sourceType : Enums.UtilityNetworkSourceType

Returns the sourceType of the UtilityNetworkSource (read-only).

See also Enums.UtilityNetworkSourceType.


sourceUsageType : Enums.UtilityNetworkSourceUsageType

Returns the sourceUsageType of the UtilityNetworkSource (read-only).

See also Enums.UtilityNetworkSourceUsageType.


Method Documentation

UtilityAssetGroup assetGroup(string name)

Returns an associated asset group from the provided name.

Returns null if there is no matching asset group.


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