Label | Explanation | Data Type |
Input Network
| The utility network or trace network containing the diagram template that will be modified. | Utility Network; Trace Network |
Input Diagram Template
| The name of the diagram template that will be modified. | String |
Active
| Specifies whether the rule will be active when generating and updating diagrams based on the specified template.
| Boolean |
Rule Process
(Optional) | Specifies how the specified junction source classes and object tables will be processed.
| String |
Junction Sources
(Optional) | A list of the network junction source class (or classes) and object table (or tables) that will be excluded or included depending on the rule process. When Rule Process is set to Include source classes (inverse_source_selection = "INCLUDE_SOURCE_CLASSES" in Python), the default, one or more network junction source classes or object tables will be processed. All diagram junctions related to network junctions that belong to those source classes and object tables are reduction candidates. Note:The Add Reduce Junction Rule tool will process the junction source classes and object tables in the order of this list, from the junction class or table with the highest priority—the first class or table in the list—to the junction class or table with the lowest priority—the last class or table in the list. When Rule Process is set to Exclude source classes (inverse_source_selection = "EXCLUDE_SOURCE_CLASSES" in Python), no particular junction source class or object table must be specified. In this case, all junctions in the generated diagrams, regardless of their source class or object table, will be reduced. Note:When specifying the SystemJunctions class among the network junction source classes, the rule will systematically process both system junctions and system junction objects. | Table; Feature Class |
Reduce Junctions With
(Optional) | Specifies the number of junction connections that will be considered for reduction.
| String |
Reduce if unconnected (Optional) | Specifies whether each unconnected network diagram junction candidate will be reduced. This parameter is only active when Reduce Junctions With is set to Maximum two connected junctions.
| Boolean |
Reduce if connected to a single junction (Optional) | Specifies whether each network diagram junction reduction candidate that is connected to a single junction will be reduced. This parameter is only active when Reduce Junctions With is set to Maximum two connected junctions.
| Boolean |
Reduce if connected to 2 different junctions (Optional) | Specifies whether each network diagram junction reduction candidate that is connected to two other junctions will be reduced. This parameter is only active when Reduce Junctions With is set to Maximum two connected junctions.
| Boolean |
Edge Attribute Names
(Optional) | The alias of the edge attributes adjacent to the junction reduction candidate. The junction will be reduced only when all of its adjacent edges have the same values for each specified attribute alias. | String |
Description
(Optional) | The description of the rule. | String |
Derived Output
Label | Explanation | Data Type |
Output Network | The updated utility network or trace network. | Utility Network; Trace Network |
Output Diagram Template | The name of the diagram template. | String |