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


The following tables list the members exposed by CreateFeatureDataset.

Public Constructors

  Name Description
Public Constructor CreateFeatureDataset Constructor Overloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

  Name Description
Public Property Alias The alias for this tool's toolbox.  
Public Property out_dataset Output Feature Dataset (out, Optional)  
Public Property out_dataset_path The SDE or personal geodatabase (it must already exist) in which the Output Feature Dataset will be created.

(In, Required)  
Public Property out_name The feature dataset to be created.

(In, Required)  
Public Property ParameterInfo The parameters used by this tool. For internal use only.  
Public Property spatial_reference The spatial reference to be applied to the Output Feature Dataset.

(In, Optional)  
Public Property ToolboxDirectory The directory of this tool's toolbox.  
Public Property ToolboxName The name of this tool's toolbox.  
Public Property ToolName The name of this tool.  
Top

See Also