This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFocalStatisticsFilter Interface > IFocalStatisticsFilter.SetSize Method (ArcObjects .NET 10.4 SDK) |
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