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




Input
The layers that will be exported from ArcGIS. (In, Required)
Output
The format and dataset that the data will be exported to. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal Input As Object, _
   ByVal Output As Object _
)
Visual Basic (Usage)Copy Code
Dim Input As Object
Dim Output As Object
 
Dim instance As QuickExport(Input, Output)
C# 
public QuickExport( 
   object Input,
   object Output
)

Parameters

Input
The layers that will be exported from ArcGIS. (In, Required)
Output
The format and dataset that the data will be exported to. (Out, Required)

See Also

© 2010 All Rights Reserved.