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




The following tables list the members exposed by Project.

Public Constructors

 NameDescription
Public ConstructorProject ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_coor_systemThe coordinate system of the input feature class or dataset. (In, Optional)  
Public Propertyin_datasetThe feature class, feature layer, or feature dataset to be projected. (In, Required)  
Public Propertyout_coor_systemValid 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)  
Public Propertyout_datasetThe new feature dataset or feature class that has the coordinate system specified in the output coordinate system parameter. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertytransform_methodThis 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)  
Top

See Also

© 2010 All Rights Reserved.