ArcObjects Library Reference (Catalog)  

IGxObjectFilterCollection.AddFilter Method

Add a filter to the filter collection, and specify if it is to selected by default.

[Visual Basic .NET]
Public Sub AddFilter ( _
    ByVal Filter As IGxObjectFilter, _
    ByVal defaultFilter As Boolean _
)
[C#]
public void AddFilter (
    IGxObjectFilter Filter,
    bool defaultFilter
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFilterCollection Interface

.NET Samples

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

.NET Related Topics

CatalogUI