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




in_cover
The coverage whose coordinates are to be converted. (In, Required)
out_cover
The output coverage whose coordinates have been converted to the new coordinate system. The output coverage may exist, but must be empty. (Out, Required)
projection_file
The name of a text file defining the input and output projection parameters. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_cover
The coverage whose coordinates are to be converted. (In, Required)
out_cover
The output coverage whose coordinates have been converted to the new coordinate system. The output coverage may exist, but must be empty. (Out, Required)
projection_file
The name of a text file defining the input and output projection parameters. (In, Required)

See Also

© 2010 All Rights Reserved.