This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDataset Interface > IRasterDataset.CreateDefaultRaster Method (ArcObjects .NET 10.4 SDK) |
Creates a raster object with the default properties for this dataset.
[Visual Basic .NET] Public Function CreateDefaultRaster ( _ ) As IRaster
[C#] public IRaster CreateDefaultRaster ( );
[C++]
HRESULT CreateDefaultRaster(
IRaster** ras
);
[C++]
Parameters ras [out, retval]
ras is a parameter of type IRaster
The CreateDefaultRaster method creates a Raster that has a square cell size and contains only three raster bands if the dataset has more than three bands. The three bands are the default bands used in raster RGB renderer and are determined by the settings for default raster behavior made on the RasterDefaultsEnv object in esriCarto library.