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


IConvolutionFunctionArguments.Kernel Property (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 > IConvolutionFunctionArguments.Kernel Property
ArcGIS Developer Help

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