ArcObjects Library Reference (GeoDatabase)  

IRasterDataset2.CreateFullRaster Method

Creates a raster containing all bands in this raster dataset.

[Visual Basic .NET]
Public Function CreateFullRaster ( _
) As IRaster
[C#]
public IRaster CreateFullRaster (
);
[C++]
HRESULT CreateFullRaster(
  IRaster** Raster
);
[C++]

Parameters

Raster [out, retval]

  Raster is a parameter of type IRaster

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterDataset2 Interface

.NET Samples

Create a custom NoData pixel filter (Code Files: TestApp) |

.NET Related Topics

DataSourcesRaster | How to access pixel data using a raster cursor | How to orthorectify an image | How to project a raster with a datum transformation |