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


ISpeckleFilter.SetSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFilter.SetSize Method

Sets the size of the speckle filter kernel.

[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

ISpeckleFilter Interface