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


IGxFileFilter.Filter Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxFileFilter Interface > IGxFileFilter.Filter Method
ArcGIS Developer Help

IGxFileFilter.Filter Method

Checks to see if the indicated file passes the filter.

[Visual Basic .NET]
Public Function Filter ( _
    ByVal FilePath As String _
) As Boolean
[C#]
public bool Filter (
    string FilePath
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFileFilter Interface