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




source
The item whose metadata will be converted, or a stand-alone XML file that will be converted. (In, Required)
translator
An XML file that defines the conversion that will be performed. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

source
The item whose metadata will be converted, or a stand-alone XML file that will be converted. (In, Required)
translator
An XML file that defines the conversion that will be performed. (In, Required)

See Also

© 2010 All Rights Reserved.