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




source
The item whose metadata will be imported, or a stand-alone XML file that will be imported. (In, Required)
target
The item to which the metadata will be imported, or a stand-alone XML file that will be replaced. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal source As Object, _
   ByVal target As Object _
)
Visual Basic (Usage)Copy Code
Dim source As Object
Dim target As Object
 
Dim instance As MetadataImporter(source, target)
C# 
public MetadataImporter( 
   object source,
   object target
)

Parameters

source
The item whose metadata will be imported, or a stand-alone XML file that will be imported. (In, Required)
target
The item to which the metadata will be imported, or a stand-alone XML file that will be replaced. (In, Required)

See Also

© 2010 All Rights Reserved.