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


IConvolutionFunctionArguments Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IConvolutionFunctionArguments Interface (ArcObjects .NET 10.6 SDK)
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

Name 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