The following tables list the members exposed by CopyRaster.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| background_value | Use this option after rotating or projecting an image to remove the unwanted values created around the original raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. (In, Optional) |
| colormap_to_RGB | If the input raster dataset has a colormap, the output raster dataset will be converted to a three band output raster dataset. (In, Optional) |
| config_keyword | Specifies the storage parameters (configuration) for geodatabases in file and ArcSDE geodatabases. Personal geodatabases do not use configuration keywords. (In, Optional) |
| in_raster | The name and location of the raster dataset to be copied. (In, Required) |
| nodata_value | All the pixels with the specified value will be set to NoData in the output raster dataset. (In, Optional) |
| onebit_to_eightbit | The input 1-bit raster dataset will be converted to an 8-bit raster dataset. The value 1 in the input raster dataset will be changed to 255 in the output raster dataset. (In, Optional) |
| out_rasterdataset | The name and location of the raster dataset to be created. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| pixel_type | Determines what the bit-depth of the output raster dataset will be. {1_BIT | 2_BIT | 4_BIT | 8_BIT_UNSIGNED | 8_BIT_SIGNED | 16_BIT_UNSIGNED | 16_BIT_SIGNED | 32_BIT_UNSIGNED | 32_BIT_SIGNED | 32_BIT_FLOAT | 64_BIT} (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also