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


IGxFileFilter.FindFileType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

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