| Name | Description |
| Alias | The alias for this tool's toolbox. |
| config_keyword | The configuration keyword applies to ArcSDE data only. It determines the storage parameters of the database table. (In, Optional) |
| geometry_type | The geometry type of the feature class. (In, Optional) |
| has_m | Determines if the feature class contains linear measurement values (m-values). (In, Optional) |
| has_z | Determines if the feature class contains elevation values (z-values). (In, Optional) |
| out_feature_class | Output Feature Class (out, Optional) |
| out_name | The name of the feature class to be created. (In, Required) |
| out_path | The ArcSDE, file, or personal geodatabase, or the folder in which the output feature class will be created. This workspace must already exist. (In, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| spatial_grid_1 | The Spatial Grid 1, 2, and 3 parameters are used to compute a spatial index and only apply to file geodatabases and certain ArcSDE geodatabase feature classes. If you are unfamiliar with setting grid sizes, leave these options as 0,0,0 and ArcGIS will compute optimal sizes for you. Since no features are written by this tool, the spatial index will be in an unbuilt state. The index will be built when features are written to the feature class such as by the Append tool or editing operations. For more information about this parameter, refer to the Add Spatial Index tool documentation. (In, Optional) |
| spatial_grid_2 |
Cell size of the second spatial grid. Leave the size at 0 if you only want one grid. Otherwise, set the size to at least three times larger than Spatial Grid 1.
(In, Optional) |
| spatial_grid_3 |
Cell size of the third spatial grid. Leave the size at 0 if you only want two grids. Otherwise, set the size to at least three times larger than Spatial Grid 2.
(In, Optional) |
| spatial_reference | The spatial reference of the output feature class. You can specify the spatial reference in several ways: By entering the path to a .prj file, such as C:/workspace/watershed.prj. By referencing a feature class whose spatial reference you want to apply, such as C:/workspace/myproject.gdb/landuse/grassland . By defining a spatial reference object prior to defining the Create Feature Class function, such as sr = arcpy.SpatialReference("C:/data/Africa/Carthage.prj") which you then call in the Create Feature Class tool. Refer to the Stand-alone Code Sample below. (In, Optional) |
| template | The feature class used as a template to define the attribute schema of the feature class. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |