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




in_workspace
The workspace containing the coverage to be converted (exported). (In, Required)
log_file
Contains the report of the export process. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_workspace As Object, _
   ByVal log_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_workspace As Object
Dim log_file As Object
 
Dim instance As ArcS57(in_workspace, log_file)
C# 
public ArcS57( 
   object in_workspace,
   object log_file
)

Parameters

in_workspace
The workspace containing the coverage to be converted (exported). (In, Required)
log_file
Contains the report of the export process. (Out, Required)

See Also

© 2010 All Rights Reserved.