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


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

IConvolutionFunctionArguments.Rows Property

The number of rows of the kernel filter.

[Visual Basic .NET]
Public Property Rows As Integer
[C#]
public int Rows {get; set;}
[C++]
HRESULT get_Rows(
  long pRows
);
[C++]
HRESULT put_Rows(
  System.Int32* pRows
);
[C++]
Parameters
pRows [in]

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

Product Availability

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

See Also

IConvolutionFunctionArguments Interface