Provides access to members that control the raster type environment.
Members
| Name | Description | |
|---|---|---|
|  | GetTimeStamp | Returns a time stamp associated either with the present instance in time or with the optional file path. | 
|  | LoadItemURI | Loads an item URI object from a blob. | 
|  | LoadRasterType | Loads a raster type object from a blob. | 
|  | RasterTypeNames | Names of all raster types installed on the system. | 
|  | ReplacePath | Replaces one or more parts of the specified input path using two arrays that map path values. | 
|  | SaveItemURI | Saves an item URI object to a blob. | 
|  | SaveRasterType | Saves a raster type object to a blob. | 
|  | UpdateRasterTypeDefaults | Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler. | 
IRasterTypeEnvironment2.UpdateRasterTypeDefaults Method
Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.
Public Sub UpdateRasterTypeDefaults ( _
    ByVal pRasterType As IRasterType, _
    ByVal pMosaicDataset As IMosaicDataset, _
    ByVal pCrawler As IDataSourceCrawler _
)
public void UpdateRasterTypeDefaults (
    IRasterType pRasterType,
    IMosaicDataset pMosaicDataset,
    IDataSourceCrawler pCrawler
);
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IRasterTypeEnvironment | Provides access to members that control the raster type environment. | 
Classes that implement IRasterTypeEnvironment2
| Classes | Description | 
|---|---|
| RasterTypeEnvironment | The raster type environment. |