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 |
Keep containers visible
| Specifies whether the containers stay visible after they are expanded.
| Boolean |
Container Type
| Specifies the geometry type of the container source class or object table to be processed.
| String |
Rule Process
| Specifies how the specified container source classes and object tables will be processed.
| String |
Container Sources
(Optional) | The container 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 Exclude source classes (inverse_source_selection = "EXCLUDE_SOURCE_CLASSES" in Python), no particular container source class or object table can be specified. In this case, all containers in the generated diagrams regardless of their source class or object table will be expanded. When Rule Process is set to Include source classes (inverse_source_selection = "INCLUDE_SOURCE_CLASSES" in Python), the particular container source class (or classes) and object table (or tables) to be expanded must be specified. When running the Exclude source classes option (inverse_source_selection = "EXCLUDE_SOURCE_CLASSES" in Python), the containers belonging to the specified source classes or object tables will not be expanded in the generated diagrams; however, container features and container objects that don't belong to those source classes and tables will be expanded. Conversely, when running the Include source classes option (inverse_source_selection = "INCLUDE_SOURCE_CLASSES" in Python), the containers belonging to the specified source classes and object tables will be expanded in the generated diagrams; however, container features and container objects that don't belong to those source classes and object tables will not be expanded. | Table; Feature Class |
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 |