Provides access to members that control a raster catalog item.
Members
| Name | Description | |
|---|---|---|
![]() | RasterDataset | The raster dataset of the raster catalog feature. |
IRasterCatalogItem.RasterDataset Property
The raster dataset of the raster catalog feature.
Public Property RasterDataset As IRasterDataset public IRasterDataset RasterDataset {get; set;} Classes that implement IRasterCatalogItem
| Classes | Description |
|---|
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.
