Power_2x03 -

If you are looking to automate this via , you can use the ArcGIS Connector to "Create a new record in a feature layer." This involves: Selecting the specific Feature Layer .

import arcpy # Set workspace and create the feature class arcpy.CreateFeatureclass_management("C:/data/project.gdb", "Power_2x03", "POLYGON") Use code with caution. Copied to clipboard

Mapping the dynamic content or manual values to the feature's . Scripting with Python (ArcPy) Power_2x03

You can also automate the creation of feature classes like Power_2x03 using a Python script:

: On the ribbon, click the Edit tab, and in the Features group, click Create to open the Create Features pane . If you are looking to automate this via

Note: If "Power_2x03" refers to a specific episode (e.g., The Rings of Power Season 2, Episode 3), it is titled . Create a feature class—ArcGIS Pro | Documentation

: In the Catalog pane, right-click the geodatabase where you want the feature to live and select New > Feature Class . Scripting with Python (ArcPy) You can also automate

: Enter a name (e.g., Power_2x03 ) and choose the Feature Class Type (Point, Line, or Polygon).