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




in_features
The Input Feature Layer or Table View to connect to using the specified version. (In, Required)
version_type
The type of version to change to. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_features
The Input Feature Layer or Table View to connect to using the specified version. (In, Required)
version_type
The type of version to change to. (In, Required)

See Also

© 2010 All Rights Reserved.