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