ArcObjects Library Reference (Catalog)  

IGxFileFilter.GetFileType Method

Returns information on the file type at the specified index in the file filter.

[Visual Basic .NET]
Public Sub GetFileType ( _
    ByVal index As Integer, _
    ByRef Extension As String, _
    ByRef Description As String, _
    ByRef imageFile As String, _
    ByRef smallBitmap As Integer, _
    ByRef largeBitmap As Integer _
)
[C#]
public void GetFileType (
    int index,
    ref string Extension,
    ref string Description,
    ref string imageFile,
    ref int smallBitmap,
    ref int largeBitmap
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFileFilter Interface