ArcObjects Library Reference (DataSourcesRaster)  

IConvolutionFunctionArguments Interface

Provides access to members that control a kernel-based convolution function.

Product Availability

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

Members

Description
Read/write property Columns The number of columns of the kernel filter.
Read/write property Kernel The convolution filter kernel values.
Read/write property Raster The source raster object.
Read/write property Rows The number of rows of the kernel filter.
Read/write property Type The type of the stock kernel filter.

CoClasses that implement IConvolutionFunctionArguments

CoClasses and Classes Description
ConvolutionFunctionArguments A class for convolution raster function arguments.

.NET Related Topics

How to create a Convolution function dataset