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


IRasterConvolutionFilter.GetSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterConvolutionFilter Interface > IRasterConvolutionFilter.GetSize Method
ArcGIS Developer Help

IRasterConvolutionFilter.GetSize Method

Gets the size of the kernel filter.

[Visual Basic .NET]
Public Sub GetSize ( _
    ByRef nColumns As Integer, _
    ByRef nRows As Integer _
)
[C#]
public void GetSize (
    ref int nColumns,
    ref int nRows
);
[C++]
HRESULT GetSize(
  System.Int32* nColumns,
  System.Int32* nRows
);
[C++]
Parameters
nColumns [in, out]

nColumns is a parameter of type long* nRows [in, out]
nRows is a parameter of type long*

Product Availability

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

See Also

IRasterConvolutionFilter Interface