An overview of the Templates toolset

The Templates toolset contains tools for creating attribute rules with predefined ArcGIS Arcade templates. An understanding of Arcade is not required to create an attribute rule. The Arcade logic can be modified after rule creation.

Learn more about working with attribute rules

ToolDescription

Generate ID Attribute Rule

Creates an attribute rule that generates a unique value for a field from a query. The tool outputs a .csv file containing an ArcGIS Arcade attribute rule based on the inputs provided, a Python file that contains the code for generating sequences in the workspace, and an ID file for visualizing generated IDs.

Generate Spatial Join Attribute Rule

Generates a .csv file with an attribute rule for an input based on field values queried from one or more feature classes.

Generate Symbol Rotation Attribute Rule

Generates an attribute rule specific to symbol rotation logic. The tool outputs a .csv file containing an ArcGIS Arcade attribute rule based on the inputs provided.

Related topics