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


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

IRasterDefaultsEnv Interface

Provides access to members that control the default raster environment. Note: the IRasterDefaultsEnv interface has been superseded by IRasterDefaultsEnv4. Please consider using the more recent version.

Product Availability

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

When To Use

The IRasterDefaultsEnv interface provides access to raster default properties that are shared between all supported raster formats.

Members

Name Description
Read-only property Format Information about the format indicated by index i.
Read-only property NumFormats Number of supported raster formats.
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.
Method Set3BandRGB Default zero indexed bands for a 3 band raster.
Method Set4BandRGB Default zero indexed bands for a 4 or more band raster.
Read/write property UseExtChecking Indicates if extension checking is on.

Classes that implement IRasterDefaultsEnv

Classes Description
RasterDefaultsEnv A container for default raster environmental variables.

See Also

IRasterDefaultsEnv4 Interface