This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelFilter Interface > IPixelFilter.GetSize Method (ArcObjects .NET 10.4 SDK) |
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