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


IRasterInfo2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfo2 Interface
ArcGIS Developer Help

IRasterInfo2 Interface

Provides access to members that control a raster info object.

Product Availability

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

Members

Name Description
Read/write property AttributeTable The raster attribute table.
Read/write property BandCount The number of bands in the Raster.
Read/write property BlockHeight The block height in pixels.
Read/write property BlockWidth The block width in pixels.
Read/write property CellSize The raster cell size.
Read/write property Colormap The raster colormap.
Read/write property Extent The raster extent.
Read/write property FirstPyramidLevel The first pyramid level.
Read/write property Format The raster format, e.g. TIFF, NITF, and etc.
Read/write property GeodataXform The raster GeoData transform.
Read-only property Height The raster height in pixels.
Read/write property Histogram The histogram of a given band.
Method Init Initializes from a raster.
Read/write property LODInfos The tiling Levels Of Details.
Read/write property MaximumCellSize The maximum cell size associated with this raster.
Read/write property MaximumPyramidLevel The maximum pyramid level.
Read/write property NativeExtent The native raster extent before GeoData transform.
Read/write property NativeSpatialReference The native raster spatial reference before GeoData transform.
Read/write property NoData The NoData value used to indicate invalid or excluded data.
Read/write property Origin The tiling origin.
Read/write property PixelResampler The current raster resampler.
Read/write property PixelType The raster pixel type.
Method RemoveStatsHistograms Removes all band statistics and histograms.
Read/write property Resampling Indicates if this raster source wants to perform resampling.
Read-only property SpatialReference The raster spatial reference.
Read/write property Statistics The statistics of a given band.
Read/write property SupportBandSelection Indicates if this function supports band selection.
Read-only property Width The raster width in pixels.

Inherited Interfaces

Interfaces Description
IRasterInfo Provides access to members that control a raster info object.

Classes that implement IRasterInfo2

Classes Description
RasterInfo A class for a raster info value object containing information about a raster.