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


IConvolutionFunctionArguments.Kernel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IConvolutionFunctionArguments.Kernel Property

The convolution filter kernel values.

[Visual Basic .NET]
Public Property Kernel As IDoubleArray
[C#]
public IDoubleArray Kernel {get; set;}
[C++]
HRESULT get_Kernel(
  IDoubleArray** ppKernel
);
[C++]
HRESULT put_Kernel(
  IDoubleArray* ppKernel
);
[C++]

Parameters ppKernel [out, retval]
ppKernel is a parameter of type IDoubleArray ppKernel [in]
ppKernel is a parameter of type IDoubleArray

Product Availability

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

See Also

IConvolutionFunctionArguments Interface