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




in_transfer_prefix
A four-character prefix common to all files in the SDTS transfer. The prefix may include a pathname to a directory. If no directory pathname is given, the files in the transfer will be read from the current workspace. (In, Required)
output
The coverage or grid to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_transfer_prefix As String, _
   ByVal output As Object _
)
Visual Basic (Usage)Copy Code
Dim in_transfer_prefix As String
Dim output As Object
 
Dim instance As SDTSImport(in_transfer_prefix, output)
C# 
public SDTSImport( 
   string in_transfer_prefix,
   object output
)

Parameters

in_transfer_prefix
A four-character prefix common to all files in the SDTS transfer. The prefix may include a pathname to a directory. If no directory pathname is given, the files in the transfer will be read from the current workspace. (In, Required)
output
The coverage or grid to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.