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




in_cover
The coverage whose coordinates are to be transformed. (In, Required)
out_cover
The name of an existing coverage containing destination tics. The features from the input coverage will be transformed into this coverage. (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 _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_cover As Object
 
Dim instance As Transform(in_cover, out_cover)
C# 
public Transform( 
   object in_cover,
   object out_cover
)

Parameters

in_cover
The coverage whose coordinates are to be transformed. (In, Required)
out_cover
The name of an existing coverage containing destination tics. The features from the input coverage will be transformed into this coverage. (In, Required)

See Also

© 2010 All Rights Reserved.