ArcObjects Library Reference (DataSourcesRaster)  

IPixelFilterCollection.Set Method

Sets the raster filter at a given index position.

[Visual Basic .NET]
Public Sub Set ( _
    ByVal index As Integer, _
    ByVal pFilter As IPixelFilter _
)
[C#]
public void Set (
    int index,
    IPixelFilter pFilter
);
[C++]
HRESULT Set(
  long index,
  IPixelFilter* pFilter
);
[C++]

Parameters

index [in]   index is a parameter of type long pFilter [in]

  pFilter is a parameter of type IPixelFilter

Product Availability

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

See Also

IPixelFilterCollection Interface