ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeName Interface

Provides access to members that control a raster type name.

Product Availability

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

Members

Description
Read/write property InstanceID The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.
Read/write property MosaicDatasetName The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.
Read/write property Name The string representation of the raster type object. This can either be a name of an installed raster type object (like 'Raster Dataset' or 'Landsat 7 ETM+'), or path to a .ART file, or a fully-qualified path to a raster type instanced stored within a mosaic d

CoClasses that implement IRasterTypeName

CoClasses and Classes Description
RasterTypeName The raster type name 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 open and prepare a raster type