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 |
Container Type
| Specifies the geometry type of the container source class or object table the rule will process.
| String |
Rule Process
| Specifies how the rule will process the specified container source classes and object tables.
| String |
Container Sources
(Optional) | The container source class (or classes) and object table (or tables) that will be excluded or included during the Collapse Container rule execution depending on the chosen rule process. If Rule Process is Exclude source classes (inverse_source_selection = "EXCLUDE_SOURCE_CLASSES" in Python), the rule can be configured without specifying a particular network source class or object table, in which case it will collapse contents of any container source classes and object tables in the generated diagrams. However, if Rule Process is Include source classes (inverse_source_selection = "INCLUDE_SOURCE_CLASSES" in Python), the particular container source class (or classes) or object table (or tables) to be collapsed must be specified. When Exclude source classes (inverse_source_selection = "EXCLUDE_SOURCE_CLASSES" in Python), the contents related to any container features or container objects belonging to the specified classes or object tables will not be collapsed in the generated diagrams, while contents related to container features and container objects that don't belong to those classes and object tables will be collapsed. Conversely, when Rule Process is Include Source Classes (inverse_source_selection = "INCLUDE_SOURCE_CLASSES" in Python), the contents related to any container features and container objects belonging to the specified source classes and object tables will be collapsed in the generated diagrams, while contents related to container features and container objects that don't belong to those source classes and object tables will not be collapsed. | Table; Feature Class |
Description
(Optional) | The description of the rule. | String |
Aggregate reconnected edges
(Optional) | Specifies whether the rule will aggregate the edges that are reconnected to the collapsed container junctions.
| Boolean |
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 |