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(
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.