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


IGxFileFilter.FindFileType 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.FindFileType Method
ArcGIS Developer Help

IGxFileFilter.FindFileType Method

The index of the file type in the filter or -1.

[Visual Basic .NET]
Public Function FindFileType ( _
    ByVal Extension As String _
) As Integer
[C#]
public int FindFileType (
    string Extension
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFileFilter Interface