ESRI.ArcGIS.DataManagementTools
coor_system Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > DefineProjection Class : 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 coor_system As Object
Visual Basic (Usage)Copy Code
Dim instance As DefineProjection
Dim value As Object
 
instance.coor_system = value
 
value = instance.coor_system
C# 
public object coor_system {get; set;}

See Also

© 2010 All Rights Reserved.