This document is archived and information here might be outdated.  Recommended version.


ICreateRasterDatasetDlg Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IC > ICreateRasterDatasetDlg Interface
ArcGIS Developer Help

ICreateRasterDatasetDlg Interface

Provides access to methods that control the dialog for creating a Raster dataset.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property Bands Number of bands of the raster dataset.
Method DoModal Shows the raster dataset creation dialog.
Read/write property Name The name of the raster dataset.
Read/write property PixelType The pixel type of the raster dataset.
Read/write property RasterDef The definition of the raster dataset.
Read/write property RasterStorageDef The definition of the raster dataset storage.
Write-only property SupportEnterprise Indicates whether the enterprise Geodatabase is supported.

Classes that implement ICreateRasterDatasetDlg

Classes Description
CreateRasterDatasetDlg (esriDataSourcesRasterUI) A coclass to show a dialog that gets user inputs for raster dataset creation.