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




in_cover
The input coverage that will be converted to VPF format. (In, Required)
out_file
The name of the VPF coverage or table to be created. The full pathname must be specified. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal out_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_file As Object
 
Dim instance As VPFExport(in_cover, out_file)
C# 
public VPFExport( 
   object in_cover,
   object out_file
)

Parameters

in_cover
The input coverage that will be converted to VPF format. (In, Required)
out_file
The name of the VPF coverage or table to be created. The full pathname must be specified. (Out, Required)

See Also

© 2010 All Rights Reserved.