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
|
Name |
Description |
|
InstanceID |
The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object. |
|
MosaicDatasetName |
The mosaic dataset name object that stores the raster type instance referenced by this raster type name object. |
|
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