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


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

IRasterDataset3 Interface

Provides access to members that control a RasterDataset.

Product Availability

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

Members

Name Description
Method BasicOpenFromFile Opens the dataset from file.
Read-only property BlockHeight The native block height.
Read-only property BlockWidth The native block width.
Method CanCopy Returns true if this dataset can be copied.
Read-only property CanWrite Indicates if this RasterDataset is writable.
Read-only property CompleteName The full path of the RasterDataset.
Read-only property CompressionType The compression technique applied to this RasterDataset.
Method Copy Copies this dataset to a new dataset with the specified name.
Method CreateDefaultRaster Creates a raster object with the default properties for this dataset.
Method CreateFullRaster Creates a raster containing all bands in this raster dataset.
Method CreateRaster Creates an empty raster.
Read-only property FirstPyramidLevel The first available pyramid level.
Read-only property Format The format of this RasterRataset.
Read-only property IsEmpty Indicates whether the raster dataset is empty.
Read-only property LODInfos The custom LOD infos.
Read-only property MaximumPyramidLevel The maximum available pyramid level.
Method OpenFromFile Attaches dataset to a particular file.
Method PrecalculateStats Calculates statistics and histograms for specified bands.
Method Read Reads a block of pixels starting from the top left corner.
Method ReadPyramid Reads a block of pixels at a given pyramid level.
Method Refresh Refreshes opened RasterDataset.
Read-only property SensorType The sensor type used for this RasterDataset.
Method Write Writes a block of pixels starting from the top left corner.

Inherited Interfaces

Interfaces Description
IRasterDataset2 Provides access to members that control a raster dataset.
IRasterDataset Provides access to members that control a raster dataset.

Classes that implement IRasterDataset3

Classes Description
FunctionRasterDataset (esriDataSourcesRaster) A class for a function raster dataset.
RasterDataset (esriDataSourcesRaster) A representation of a raster dataset on disk.

.NET Samples

Get and set key properties on a mosaic dataset