DataManagementTools | |
CreateArcInfoWorkspace Constructor(Object,String) | |
See Also Send Feedback |
ESRI.ArcGIS.DataManagementTools Namespace > CreateArcInfoWorkspace Class > CreateArcInfoWorkspace Constructor : CreateArcInfoWorkspace Constructor(Object,String) |
- out_folder_path
- Location where the ArcInfo workspace will be created. (In, Required)
- out_name
- Name of the ArcInfo workspace to be created. (In, Required)
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 New CreateArcInfoWorkspace(out_folder_path, out_name) |
C# | |
---|---|
public CreateArcInfoWorkspace( object out_folder_path, string out_name ) |
Parameters
- out_folder_path
- Location where the ArcInfo workspace will be created. (In, Required)
- out_name
- Name of the ArcInfo workspace to be created. (In, Required)
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family