ESRI.ArcGIS.DataManagementTools
custom_geot Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CreateCustomGeoTransformation Class : custom_geot Property




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)

Syntax

Visual Basic (Declaration) 
Public Property custom_geot As String
Visual Basic (Usage)Copy Code
Dim instance As CreateCustomGeoTransformation
Dim value As String
 
instance.custom_geot = value
 
value = instance.custom_geot
C# 
public string custom_geot {get; set;}

See Also

© 2010 All Rights Reserved.