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


IRasterCatalogItem Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterCatalogItem Interface
ArcGIS Developer Help

IRasterCatalogItem Interface

Provides access to members that control a raster catalog item.

Product Availability

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

Members

Name Description
Read/write property RasterDataset The raster dataset of the raster catalog feature.

Classes that implement IRasterCatalogItem

Classes Description
RasterCatalogItem Raster Catalog Feature Class.

Remarks

The IRasterCatalogItem interface provides access to the Raster field of the RasterCatalogItem.  It is a shortcut to obtain the RasterDataset in the Raster field of the feature. Another way to get the RasterDataset is through RasterValue.


 

See Also

RasterValue Class | RasterCatalogItem Class | IRasterCatalogItem Interface

.NET Samples

Get and set key properties on a mosaic dataset