The following tables list the members exposed by CreateRasterDataset.
Public Constructors
Public Properties
| Name | Description |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | Alias | The alias for this tool's toolbox. |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | cellsize | The cell size for the new raster dataset. (In, Optional) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | compression | The Compression type defines the type of data compression that will be used to store the raster dataset. (In, Optional) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | config_keyword | Specifies the storage parameters (configuration) for geodatabases in file and ArcSDE geodatabases. Personal geodatabases do not use configuration keywords. (In, Optional) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | number_of_bands | The number of bands to be contained by the raster dataset. (In, Required) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | out_name | The name of the raster dataset to be created. (In, Required) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | out_path | The output location to contain the raster dataset. (In, Required) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | out_raster_dataset | Output Raster Dataset (out, Optional) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | ParameterInfo | The parameters used by this tool. For internal use only. |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | pixel_type | Specifies the data type of the cell values. {8_BIT_UNSIGNED | 1_BIT | 2_BIT | 4_BIT | 8_BIT_SIGNED | 16_BIT_UNSIGNED | 16_BIT_SIGNED | 32_BIT_UNSIGNED | 32_BIT_SIGNED | 32_BIT_FLOAT | 64_BIT} (In, Required) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | 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 raster mosaics, especially if you plan on mosaicking to them over time (for example, for updating). (In, Optional) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | pyramids | Check to create pyramids. (In, Optional) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | raster_spatial_reference | The coordinate system for the raster dataset. (In, Optional) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | 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) |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | ToolboxDirectory | The directory of this tool's toolbox. |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | ToolboxName | The name of this tool's toolbox. |
![public Property](/en/help/arcobjects-net/componenthelp/0054/dotnetimages/publicProperty.gif) | ToolName | The name of this tool. |
Top
See Also