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.