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


IPixelFilter.GetSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelFilter Interface > IPixelFilter.GetSize Method
ArcGIS Developer Help

IPixelFilter.GetSize Method

Gets dimension of the filter.

[Visual Basic .NET]
Public Sub GetSize ( _
    ByRef Columns As Integer, _
    ByRef Rows As Integer _
)
[C#]
public void GetSize (
    ref int Columns,
    ref int Rows
);
[C++]
HRESULT GetSize(
  System.Int32* Columns,
  System.Int32* Rows
);
[C++]
Parameters
Columns [in, out]

Columns is a parameter of type long* Rows [in, out]
Rows is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPixelFilter Interface