ESRI.ArcGIS.DataManagementTools
CreateFeatureDataset Constructor(Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CreateFeatureDataset Class > CreateFeatureDataset Constructor : CreateFeatureDataset Constructor(Object,String)




out_dataset_path
The ArcSDE, file, or personal geodatabase in which the Output Feature Dataset will be created. (In, Required)
out_name
The name of the feature dataset to be created. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal out_dataset_path As Object, _
   ByVal out_name As String _
)
Visual Basic (Usage)Copy Code
Dim out_dataset_path As Object
Dim out_name As String
 
Dim instance As CreateFeatureDataset(out_dataset_path, out_name)
C# 
public CreateFeatureDataset( 
   object out_dataset_path,
   string out_name
)

Parameters

out_dataset_path
The ArcSDE, file, or personal geodatabase in which the Output Feature Dataset will be created. (In, Required)
out_name
The name of the feature dataset to be created. (In, Required)

See Also

© 2010 All Rights Reserved.