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


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

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.

Classes that implement IConvolutionFunctionArguments

Classes Description
ConvolutionFunctionArguments A class for convolution raster function arguments.