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




This method can be used for converting data between two geographic coordinate systems or datums. This initially optional parameter may be required if the input and output coordinate systems have different data. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property transform_method As Object
Visual Basic (Usage)Copy Code
Dim instance As Project
Dim value As Object
 
instance.transform_method = value
 
value = instance.transform_method
C# 
public object transform_method {get; set;}

See Also

© 2010 All Rights Reserved.