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




SDTS_type
The type of SDTS profile that will be created: (In, Required)
in_dataset
The input coverage or grid. (In, Required)
out_transfer_prefix
A four-character prefix used to name each file in the transfer. The prefix may include a pathname to a directory. By default, the files in the transfer will be written to the current workspace. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

SDTS_type
The type of SDTS profile that will be created: (In, Required)
in_dataset
The input coverage or grid. (In, Required)
out_transfer_prefix
A four-character prefix used to name each file in the transfer. The prefix may include a pathname to a directory. By default, the files in the transfer will be written to the current workspace. (Out, Required)

See Also

© 2010 All Rights Reserved.