ArcObjects Library Reference (DataSourcesRaster)  

IPixelFilterCollection.FilterCount Property

The number of filters in this collection.

[Visual Basic .NET]
Public ReadOnly Property FilterCount As Integer
[C#]
public int FilterCount {get;}
[C++]
HRESULT get_FilterCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IPixelFilterCollection Interface