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




feature_type
The type of file to be imported. Auto is the default option. (In, Required)
interchange_file
The prefix name of the ARC/INFO interchange file to be converted. A volume ID of .e00, .e01, and so on, will always be appended to the given interchange_file to specify the file or files to be imported. (In, Required)
out_dataset
The name of the output dataset. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

feature_type
The type of file to be imported. Auto is the default option. (In, Required)
interchange_file
The prefix name of the ARC/INFO interchange file to be converted. A volume ID of .e00, .e01, and so on, will always be appended to the given interchange_file to specify the file or files to be imported. (In, Required)
out_dataset
The name of the output dataset. (Out, Required)

See Also

© 2010 All Rights Reserved.