Enable Editing Templates (Data Management)

Summary

Enables a geodatabase to store editing templates.

Usage

  • If editing templates are already enabled on the file or mobile geodatabase, the tool will still succeed.

Parameters

LabelExplanationData Type
Input Workspace

The workspace containing the editing templates that will be enabled.

Workspace

Derived Output

LabelExplanationData Type
Output Workspace

The derived path of the output table schema location.

Workspace

arcpy.management.EnableEditingTemplates(in_workspace)
NameExplanationData Type
in_workspace

The workspace containing the editing templates that will be enabled.

Workspace

Derived Output

NameExplanationData Type
out_workspace

The derived path of the output table schema location.

Workspace

Code sample

EnableEditingTemplates example (Python window)

The following Python window script demonstrates how to use the EnableEditingTemplates function in immediate mode.

import arcpy
arcpy.management.EnableEditingTemplates(r'C:\path\to\gdb.gdb')

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: No
  • Standard: Yes
  • Advanced: Yes