This document is archived and information here might be outdated.  Recommended version.


IRasterDefaultsEnv4 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv4 Interface
ArcGIS Developer Help

IRasterDefaultsEnv4 Interface

Provides access to members that control the default raster environment.

Product Availability

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

Description

This interface is new at ArcGIS 9.3. It supersedes IRasterDefaultsEnv, IRasterDefaultsEnv2, and IRasterDefaultsEnv3.

Members

Name Description
Read/write property AskSubdatasetSelection Indicates if the subdataset selection dialog should pop up.
Read/write property AssumeHomogeneousCatalog Indicates if raster catalogs can be assumed to be homogeneous.
Read/write property DisplayWithContrastStretch Indicates if displaying raster datasets with contrast stretching as default.
Read/write property FavorWorldFile Indicates if the world file should overrides the raster dataset internal georeferencing.
Read-only property Format Information about the format indicated by index i.
Read/write property MaximumBuildAttributeTableSize The maximum attribute table size that can be built.
Read/write property MaximumRastersColorMatching The maximum number of rasters for color matching.
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
IRasterDefaultsEnv3 Provides access to members that control the default raster environment.
IRasterDefaultsEnv2 Provides access to members that control the default raster environment.
IRasterDefaultsEnv Provides access to members that control the default raster environment.

Classes that implement IRasterDefaultsEnv4

Classes Description
RasterDefaultsEnv A container for default raster environmental variables.