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




in_workspace
The ArcSDE geodatabase that contains the parent version and will contain the new version. The default is to use the workspace defined in the environment settings. (In, Required)
parent_version
The geodatabase, or version of a geodatabase, on which the new version will be based. (In, Required)
version_name
The name of the version to be created. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_workspace As Object, _
   ByVal parent_version As String, _
   ByVal version_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_workspace As Object
Dim parent_version As String
Dim version_name As String
 
Dim instance As CreateVersion(in_workspace, parent_version, version_name)
C# 
public CreateVersion( 
   object in_workspace,
   string parent_version,
   string version_name
)

Parameters

in_workspace
The ArcSDE geodatabase that contains the parent version and will contain the new version. The default is to use the workspace defined in the environment settings. (In, Required)
parent_version
The geodatabase, or version of a geodatabase, on which the new version will be based. (In, Required)
version_name
The name of the version to be created. (In, Required)

See Also

© 2010 All Rights Reserved.