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




in_s57_file
The data catalog filename or base cell filename in the S-57 exchange set. If a catalog filename is specified, all base cell files listed in the catalog file will be converted. If a base cell filename is specified, only that base cell file will be converted. (In, Required)
out_workspace
The workspace where all output coverages will be written. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_s57_file As Object, _
   ByVal out_workspace As Object _
)
Visual Basic (Usage)Copy Code
Dim in_s57_file As Object
Dim out_workspace As Object
 
Dim instance As S57Arc(in_s57_file, out_workspace)
C# 
public S57Arc( 
   object in_s57_file,
   object out_workspace
)

Parameters

in_s57_file
The data catalog filename or base cell filename in the S-57 exchange set. If a catalog filename is specified, all base cell files listed in the catalog file will be converted. If a base cell filename is specified, only that base cell file will be converted. (In, Required)
out_workspace
The workspace where all output coverages will be written. (Out, Required)

See Also

© 2010 All Rights Reserved.