ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv2 Interface

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.

Product Availability

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

When To Use

The IRasterDefaultsEnv2 interface controls all of the common raster default properties of IRasterDefaultsEnv and four additional functions that customize other raster behavior.

Members

Description
Read-only property Format Information about the format indicated by index i.
Read/write property MaxTableSize Default maximum table size.
Read-only property NumFormats Number of supported raster formats.
Read/write property ProxyFilePath Default proxy file path.
Read/write property PyramidCreateOpt Default pyramid creation option.
Method Query3BandRGB Default zero indexed bands for a 3 band raster.
Method Query4BandRGB Default zero indexed bands for a 4 or more band raster.
Read/write property RenderingMode Default rendering mode.
Read/write property Resampling Default resampling for display.
Method Set3BandRGB Default zero indexed bands for a 3 band raster.
Method Set4BandRGB Default zero indexed bands for a 4 or more band raster.
Method UpdateAll Updates the registry with all changes to the raster environment in the current session.
Read/write property UseExtChecking Indicates if extension checking is on.

Inherited Interfaces

Interfaces Description
IRasterDefaultsEnv Provides access to members that control the default raster environment.

CoClasses that implement IRasterDefaultsEnv2

CoClasses and Classes Description
RasterDefaultsEnv A container for default raster environmental variables.