ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFilter.GetSize Method

Gets the size of the speckle filter kernel.

[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(
  long* nColumns,
  long* 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

ISpeckleFilter Interface