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


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

IConvolutionFunctionArguments.Columns Property

The number of columns of the kernel filter.

[Visual Basic .NET]
Public Property Columns As Integer
[C#]
public int Columns {get; set;}
[C++]
HRESULT get_Columns(
  long pColumns
);
[C++]
HRESULT put_Columns(
  System.Int32* pColumns
);
[C++]
Parameters
pColumns [in]

pColumns is a parameter of type long pColumns [out, retval]
pColumns is a parameter of type long*

Product Availability

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

See Also

IConvolutionFunctionArguments Interface