Provides access to members that provide basic information about a raster format.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
Description | ||
---|---|---|
ActiveBrowse | Indicates whether all files are searched for valid raster formats. | |
DefaultExts | Default format extensions. | |
FormatName | Format name. |
CoClasses that implement IRasterFormatInfo
CoClasses and Classes | Description |
---|---|
RasterFormatInfo | Information about raster file formats. |