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


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

IRasterImportOp Interface

Provides access to members that control the import of raster formats. Note: the IRasterImportOp interface has been superseded by IRasterImportOp2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method ImportFromASCII Imports a GRID ASCII file into a RasterDataset.
Method ImportFromFLOAT Imports a Float GRID file into a RasterDataset.
Method ImportFromUSGSDEM Imports a USGS DEM file into a RasterDataset.

Classes that implement IRasterImportOp

Classes Description
RasterConversionOp Esri raster conversion and import operations class.

Remarks