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


IRasterBand.RasterDataset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.RasterDataset Property

The RasterDataset associated with this raster band.

[Visual Basic .NET]
Public ReadOnly Property RasterDataset As IRasterDataset
[C#]
public IRasterDataset RasterDataset {get;}
[C++]
HRESULT get_RasterDataset(
  IRasterDataset** Dataset
);
[C++]

Parameters Dataset [out, retval]
Dataset is a parameter of type IRasterDataset

Product Availability

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

See Also

IRasterBand Interface

.NET Related Topics

DataSourcesRaster | Geodatabase | Handling multiband output | Performing a spatial analysis operation using objects