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


IRasterCatalogItem.RasterDataset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterCatalogItem.RasterDataset Property

The raster dataset of the raster catalog feature.

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

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

Product Availability

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

See Also

IRasterCatalogItem Interface

.NET Samples

Get and set key properties on a mosaic dataset (Code Files: GetSetKeyProperty)

.NET Related Topics

Accessing a raster dataset in a raster catalog | DataSourcesRaster | Geodatabase