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




out_folder_path
The disk location where the folder is created. (In, Required)
out_name
The folder to be created. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

out_folder_path
The disk location where the folder is created. (In, Required)
out_name
The folder to be created. (In, Required)

See Also

© 2010 All Rights Reserved.