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


IGxObjectFilterCollection Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFilterCollection Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Catalog)  

IGxObjectFilterCollection Interface

Provides access to members that manages a collection of GxObject filters.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method AddFilter Add a filter to the filter collection, and specify if it is to selected by default.
Method RemoveAllFilters Remove all filters from the filter collection.

CoClasses that implement IGxObjectFilterCollection

CoClasses and Classes Description
GxDialog (esriCatalogUI) Provides access to GX browser dialog.

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunctionUIForm) | Create a custom raster function (Code Files: WatermarkFunctionUIForm)

.NET Related Topics

CatalogUI