This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv2 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the default raster environment. Note: the IRasterDefaultsEnv2 interface has been superseded byIRasterDefaultsEnv4. Please consider using the more recent version.
The IRasterDefaultsEnv2 interface controls all of the common raster default properties of IRasterDefaultsEnv and four additional functions that customize other raster behavior.
Description | ||
---|---|---|
Format | Information about the format indicated by index i. | |
MaxTableSize | Default maximum table size. | |
NumFormats | Number of supported raster formats. | |
ProxyFilePath | Default proxy file path. | |
PyramidCreateOpt | Default pyramid creation option. | |
Query3BandRGB | Default zero indexed bands for a 3 band raster. | |
Query4BandRGB | Default zero indexed bands for a 4 or more band raster. | |
RenderingMode | Default rendering mode. | |
Resampling | Default resampling for display. | |
Set3BandRGB | Default zero indexed bands for a 3 band raster. | |
Set4BandRGB | Default zero indexed bands for a 4 or more band raster. | |
UpdateAll | Updates the registry with all changes to the raster environment in the current session. | |
UseExtChecking | Indicates if extension checking is on. |
Interfaces | Description |
---|---|
IRasterDefaultsEnv | Provides access to members that control the default raster environment. |
CoClasses and Classes | Description |
---|---|
RasterDefaultsEnv | A container for default raster environmental variables. |