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


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

IRasterAnalysisProps Interface

Provides access to members that control the properties for raster analysis.

Product Availability

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

Members

Name Description
Read/write property AnalysisExtent The analysis extent of the raster.
Method MakePermanent Makes a temporary raster a permanent raster dataset.
Read/write property PixelHeight The pixel height in ground resolution.
Read/write property PixelWidth The pixel width in ground resolution.
Read-only property RasterDataset The RasterDataset, if there is one.

Classes that implement IRasterAnalysisProps

Classes Description
Raster An in-memory representation of a dynamic raster that can perform resampling and reprojection.

Remarks

This interface is mainly used for Spatial Analyst.

See Also

IRasterProps Interface