ArcObjects Library Reference (DataSourcesRaster)  

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