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




geot_name
Name of the custom transformation method. (In, Required)
in_coor_system
The starting geographic coordinate system. (In, Required)
out_coor_system
The final geographic coordinate system. (Out, Required)
custom_geot
The transformation method that will be used to transform the data from the input geographic coordinate system to the output geographic coordinate system. The transformation parameters can be set or edited as part of the custom geographic transformation string. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal geot_name As String, _
   ByVal in_coor_system As Object, _
   ByVal out_coor_system As Object, _
   ByVal custom_geot As String _
)
Visual Basic (Usage)Copy Code
Dim geot_name As String
Dim in_coor_system As Object
Dim out_coor_system As Object
Dim custom_geot As String
 
Dim instance As CreateCustomGeoTransformation(geot_name, in_coor_system, out_coor_system, custom_geot)
C# 
public CreateCustomGeoTransformation( 
   string geot_name,
   object in_coor_system,
   object out_coor_system,
   string custom_geot
)

Parameters

geot_name
Name of the custom transformation method. (In, Required)
in_coor_system
The starting geographic coordinate system. (In, Required)
out_coor_system
The final geographic coordinate system. (Out, Required)
custom_geot
The transformation method that will be used to transform the data from the input geographic coordinate system to the output geographic coordinate system. The transformation parameters can be set or edited as part of the custom geographic transformation string. (In, Required)

See Also

© 2010 All Rights Reserved.