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




in_tiger_file_prefix
The filename prefix, common to all files in the set of TIGER/Line files being converted. The prefix may include a directory pathname. (In, Required)
out_cover_prefix
The prefix of the output coverages to be created from the TIGER/Line files. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_tiger_file_prefix As String, _
   ByVal out_cover_prefix As String _
)
Visual Basic (Usage)Copy Code
Dim in_tiger_file_prefix As String
Dim out_cover_prefix As String
 
Dim instance As TigerTool(in_tiger_file_prefix, out_cover_prefix)
C# 
public TigerTool( 
   string in_tiger_file_prefix,
   string out_cover_prefix
)

Parameters

in_tiger_file_prefix
The filename prefix, common to all files in the set of TIGER/Line files being converted. The prefix may include a directory pathname. (In, Required)
out_cover_prefix
The prefix of the output coverages to be created from the TIGER/Line files. (Out, Required)

See Also

© 2010 All Rights Reserved.