ESRI.ArcGIS.DataManagementTools
CreateFeatureclass Class Properties
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : CreateFeatureclass Class




For a list of all members of this type, see CreateFeatureclass members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyconfig_keywordThe configuration keyword applies to ArcSDE data only. It determines the storage parameters of the database table. (In, Optional)  
Public Propertygeometry_typeThe geometry type of the feature class. (In, Optional)  
Public Propertyhas_mDetermines if the feature class contains linear measurement values (m-values). (In, Optional)  
Public Propertyhas_zDetermines if the feature class contains elevation values (z-values). (In, Optional)  
Public Propertyout_feature_classOutput Feature Class (out, Optional)  
Public Propertyout_nameThe name of the feature class to be created. (In, Required)  
Public Propertyout_pathThe ArcSDE, file, or personal geodatabase, or the folder in which the output feature class will be created. This workspace must already exist. (In, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyspatial_grid_1The 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)  
Public Propertyspatial_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)  
Public Propertyspatial_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)  
Public Propertyspatial_referenceThe 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)  
Public PropertytemplateThe feature class used as a template to define the attribute schema of the feature class. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.