A network source in a utility network. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
Properties
- assetGroups : list<UtilityAssetGroup>
- featureTable : ArcGISFeatureTable
- name : string
- sourceId : int
- sourceType : Enums.UtilityNetworkSourceType
- sourceUsageType : Enums.UtilityNetworkSourceUsageType
Methods
- UtilityAssetGroup assetGroup(string name)
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).
Returns the name of the UtilityNetworkSource (read-only).
Returns the sourceId of the UtilityNetworkSource (read-only).
Returns the sourceType of the UtilityNetworkSource (read-only).
See also Enums.UtilityNetworkSourceType.
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.