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


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

IPixelFilter2.Init Method

Initializes this filter for a given area of interest.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal nCols As Integer, _
    ByVal nRows As Integer, _
    ByVal pExtent As IEnvelope _
)
[C#]
public void Init (
    int nCols,
    int nRows,
    IEnvelope pExtent
);
[C++]
HRESULT Init(
  long nCols,
  long nRows,
  IEnvelope* pExtent
);
[C++]
Parameters
nCols [in]

nCols is a parameter of type long nRows [in]
nRows is a parameter of type long pExtent [in]
pExtent is a parameter of type IEnvelope*

Product Availability

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

See Also

IPixelFilter2 Interface