DataManagementTools
CreateFeatureclass Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace : CreateFeatureclass Class




The following tables list the members exposed by CreateFeatureclass.

Public Constructors

 NameDescription
public ConstructorCreateFeatureclass ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertyconfig_keywordThe configuration keyword that determines the storage parameters of the table in a Relational Database Management System (RDBMS)—ArcSDE only. (In, Optional)  
public Propertygeometry_typeThe geometry type for the input feature class. {POINT | MULTIPOINT | POLYGON | POLYLINE} (In, Optional)  
public Propertyhas_mDetermines if the feature class contains linear measurement values (m-values). {DISABLED | SAME_AS_TEMPLATE | ENABLED} (In, Optional)  
public Propertyhas_zDetermines if the feature class contains elevation values (z-values). {DISABLED | SAME_AS_TEMPLATE | ENABLED} (In, Optional)  
public Propertyout_feature_classOutput Feature Class (out, Optional)  
public Propertyout_nameThe feature class to be created. (In, Required)  
public Propertyout_pathThe ArcSDE, personal geodatabase, or workspace 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_1A spatial index is used to improve spatial searches. (In, Optional)  
public Propertyspatial_grid_2A spatial index is used to improve spatial searches. For most data, only a single index size is required. Because feature size is an important factor in determining an optimum index size, data that contains features of very different sizes may require additional index sizes. Each index size must be at least three times the previous index size. ArcSDE geodatabase feature classes can have up to three spatial grids. (In, Optional)  
public Propertyspatial_grid_3A spatial index is used to improve spatial searches. Because feature size is an important factor in determining an optimum index size, data that contains features of very different sizes may require additional index sizes. Each index size must be at least three times the previous index size. ArcSDE geodatabase feature classes can have up to three spatial grids. (In, Optional)  
public Propertyspatial_referenceThe spatial reference to be applied to the output feature class. (In, Optional)  
public PropertytemplateThe feature class used as a template to define the attribute schema and spatial reference of the output 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

© 2011 All Rights Reserved.