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


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

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