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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.