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


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

IPixelFilterCollection.Insert Method

Inserts a raster filter at a given index.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal pFilter As IPixelFilter _
)
[C#]
public void Insert (
    int index,
    IPixelFilter pFilter
);
[C++]
HRESULT Insert(
  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