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


IFocalStatisticsFilter.SetSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFocalStatisticsFilter Interface > IFocalStatisticsFilter.SetSize Method
ArcGIS Developer Help

IFocalStatisticsFilter.SetSize Method

Sets the size of the focal filter.

[Visual Basic .NET]
Public Sub SetSize ( _
    ByVal nColumns As Integer, _
    ByVal nRows As Integer _
)
[C#]
public void SetSize (
    int nColumns,
    int nRows
);
[C++]
HRESULT SetSize(
  long nColumns,
  long nRows
);
[C++]
Parameters
nColumns [in]

nColumns is a parameter of type long nRows [in]
nRows is a parameter of type long

Product Availability

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

See Also

IFocalStatisticsFilter Interface