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




Valid values are a file with a .prj extension (.prj files shipped with ArcGIS are available at the ArcGIS installation directory in the Coordinate System folder) or a string representation of a coordinate system. This string representation can be generated by adding a coordinate system variable to ModelBuilder, setting the variable's value as desired, then exporting the model to a Python script. The string can then be copied from the Python script. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.