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




input_vpf
The name of the VPF table, untiled coverage, or tile to be converted. The full pathname must be specified. (In, Required)
output
The output table or coverage to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_vpf As Object, _
   ByVal output As Object _
)
Visual Basic (Usage)Copy Code
Dim input_vpf As Object
Dim output As Object
 
Dim instance As VPFImport(input_vpf, output)
C# 
public VPFImport( 
   object input_vpf,
   object output
)

Parameters

input_vpf
The name of the VPF table, untiled coverage, or tile to be converted. The full pathname must be specified. (In, Required)
output
The output table or coverage to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.