The following tables list the members exposed by CreateRasterDataset.
Public Constructors
Public Properties
| Name | Description |
 | Alias | The alias for this tool's toolbox. |
 | cellsize | The cell size for the new raster dataset. (In, Optional) |
 | compression | This defines the type of data compression that will be used to store the raster dataset. (In, Optional) |
 | config_keyword | Specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. (In, Optional) |
 | number_of_bands | The number of bands to be contained by the raster dataset. (In, Required) |
 | out_name | The name of the raster dataset to be created. (In, Required) |
 | out_path | The output location to contain the raster dataset. (In, Required) |
 | out_raster_dataset | Output Raster Dataset (out, Optional) |
 | ParameterInfo | The parameters used by this tool. For internal use only. |
 | pixel_type | Specifies the data type of the cell values. The default value for this is 8-bit unsigned integer. (In, Required) |
 | pyramid_origin | This is the origination location of the raster pyramid. It is recommended that you specify this point if you plan on building large mosaics in a file geodatabase or an ArcSDE geodatabase, especially if you plan on mosaicking to them over time (for example, for updating). (In, Optional) |
 | pyramids | Use this option to create pyramids. (In, Optional) |
 | raster_spatial_reference | The coordinate system for the raster dataset. (In, Optional) |
 | tile_size | The tile width controls the number of pixels you can store in each tile. This is specified as a number of pixels in x. The default tile width is 128. (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