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


IPixelFilterCollection.Append 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.Append Method
ArcGIS Developer Help

IPixelFilterCollection.Append Method

Appends a raster filter to the end.

[Visual Basic .NET]
Public Sub Append ( _
    ByVal pFilter As IPixelFilter _
)
[C#]
public void Append (
    IPixelFilter pFilter
);
[C++]
HRESULT Append(
  IPixelFilter* pFilter
);
[C++]
Parameters
pFilter [in]

pFilter is a parameter of type IPixelFilter*

Product Availability

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

See Also

IPixelFilterCollection Interface