Summary
The Describe function returns the following properties for a utility network.
A utility network returns a dataType of "Utility Network".
Properties
Property | Explanation | Data Type |
associationSource (Read Only) | The associationSource object. This object can be used to retrieve properties of the association sources. | Object |
categories (Read Only) | The categories object. This object can be used to retrieve properties of the utility network categories. | Object |
createDirtyAreaForAnyAttributeUpdate (Read Only) | Whether or not dirty areas are created for any attribute update when the network topology is enabled.
| Boolean |
creationTime (Read Only) | The creation date and time of the utility network. | DateTime |
domainNetworks (Read Only) | The domainNetworks object. This object can be used to retrieve properties of the domain networks. | Object |
globalID (Read Only) | The Global-ID of the utility network. | String |
minimalDirtyAreaSize (Read Only) | The minimum size of the dirty areas in the network topology. | Integer |
networkAttributes (Read Only) | The networkAttributes object. This object can be used to retrieve properties of the network attributes. | Object |
proVersion (Read Only) | The version of ArcGIS Pro used to build the utility network. | String |
schemaGeneration (Read Only) | The schema generation value of the input utility network. | Integer |
serviceTerritoryFeatureClassName (Read Only) | The name of the polygon feature class used to set the extent for the utility network. | String |
systemJunctionSource (Read Only) | The systemJunctionSource object. This object can be used to retrieve properties of the system junction sources. | Object |
terminalConfigurations (Read Only) | The terminalConfigurations object. This object can be used to retrieve properties of the terminal configurations. | Object |
Code sample
This stand-alone Python script prints a report of some utility network properties.
Missing source code file