For a list of all members of this type, see Project members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| in_coor_system | The coordinate system of the input feature class or dataset. (In, Optional) |
| in_dataset | The feature class, feature layer, or feature dataset to be projected. (In, Required) |
| out_coor_system | 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) |
| out_dataset | The new feature dataset or feature class that has the coordinate system specified in the output coordinate system parameter. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| transform_method | 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) |
Top
See Also