ArcObjects Library Reference (DataSourcesRaster)  

IRasterType Interface

Provides access to members that control a raster type.

Product Availability

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

Members

Description
Read-only property DefaultParameters The collection of all variables associated with all item templates contained in the raster type.
Read/write property FullName The full name of the raster type object.
Read/write property ItemTemplates The collection of item templates associated with the raster type.
Read/write property Parameters Overriding parameter values bound to function variables.
Read/write property RasterBuilder The inner raster builder associated with the raster type.
Read/write property URIFilter The active URI filter associated with the raster type.

CoClasses that implement IRasterType

CoClasses and Classes Description
RasterType A raster type object.

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder ThumbnailBuilder) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType TestDMCIIRasterType) | Create a Mosaic dataset (Code Files: CreateMosaicDataset)

.NET Related Topics

How to add rasters to a Mosaic dataset | How to open and prepare a raster type | How to save a raster type to a .art file