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




feature_type
The data type to be exported. (In, Required)
in_dataset
The input dataset. (In, Required)
interchange_file
The prefix name of the ArcInfo interchange file or files to be created by Export. A volume ID of E00 will be appended to the file name of the first interchange file, E01 to the second file, and so on. Each subsequent file is created when the {max_lines} for each file is reached. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal feature_type As String, _
   ByVal in_dataset As Object, _
   ByVal interchange_file As Object _
)
Visual Basic (Usage)Copy Code
Dim feature_type As String
Dim in_dataset As Object
Dim interchange_file As Object
 
Dim instance As Export(feature_type, in_dataset, interchange_file)
C# 
public Export( 
   string feature_type,
   object in_dataset,
   object interchange_file
)

Parameters

feature_type
The data type to be exported. (In, Required)
in_dataset
The input dataset. (In, Required)
interchange_file
The prefix name of the ArcInfo interchange file or files to be created by Export. A volume ID of E00 will be appended to the file name of the first interchange file, E01 to the second file, and so on. Each subsequent file is created when the {max_lines} for each file is reached. (Out, Required)

See Also

© 2010 All Rights Reserved.