![]() |
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 > IRasterFormatInfo Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that provide basic information about a raster format.
The IRasterFormatInfo interface exposes all of the format-specific raster defaults used in ArcMap and ArcCatalog.
The FormatName property specifies the name shown for this raster format. The other properties specify how ArcMap and ArcCatalog determine if a file is a raster dataset, when extension browsing is active.
The DefaultExts property specifies one or more comma-delimited file extensions that are used to filter for raster datasets of this format.
The ActiveBrowse property determines if ArcMap and ArcCatalog are currently scanning for datasets in this format.
| Description | ||
|---|---|---|
![]() |
ActiveBrowse | Indicates whether all files are searched for valid raster formats. |
![]() |
DefaultExts | Default format extensions. |
![]() |
FormatName | Format name. |
| CoClasses and Classes | Description |
|---|---|
| RasterFormatInfo | Information about raster file formats. |