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


IPixelFilter.GetSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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