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




in_workspace
The ArcSDE geodatabase containing the reconcilable version. The default is to use the workspace defined in the environment. (In, Required)
version_name
Name of the Edit Version to be reconciled with the Target Version. (In, Required)
target_name
Name of any version in the direct ancestry of the Edit version, such as the parent version or the default version. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_workspace
The ArcSDE geodatabase containing the reconcilable version. The default is to use the workspace defined in the environment. (In, Required)
version_name
Name of the Edit Version to be reconciled with the Target Version. (In, Required)
target_name
Name of any version in the direct ancestry of the Edit version, such as the parent version or the default version. (In, Required)

See Also

© 2010 All Rights Reserved.