This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IConvolutionFunctionArguments Interface > IConvolutionFunctionArguments.Kernel Property (ArcObjects .NET 10.4 SDK) |
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