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




Source_Metadata
Source Metadata (in)
Upgrade_Type
Upgrade Type (in)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

Source_Metadata
Source Metadata (in)
Upgrade_Type
Upgrade Type (in)

See Also

© 2010 All Rights Reserved.