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




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 path. (In, Required)
out_cover
The name of the output coverage to be created containing the basic line features and attribute data from the set of 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 As Object _
)
Visual Basic (Usage)Copy Code
Dim in_tiger_file_prefix As String
Dim out_cover As Object
 
Dim instance As TigerArc(in_tiger_file_prefix, out_cover)
C# 
public TigerArc( 
   string in_tiger_file_prefix,
   object out_cover
)

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 path. (In, Required)
out_cover
The name of the output coverage to be created containing the basic line features and attribute data from the set of TIGER/Line files. (Out, Required)

See Also

© 2010 All Rights Reserved.