This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISpeckleFilter Interface > ISpeckleFilter.GetSize Method (ArcObjects .NET 10.5 SDK) |
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