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


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

IGxFileFilter.AddFileType Method

Add the file type to the collection.

[Visual Basic .NET]
Public Sub AddFileType ( _
    ByVal Extension As String, _
    ByVal Description As String, _
    ByVal filePathImage As String _
)
[C#]
public void AddFileType (
    string Extension,
    string Description,
    string filePathImage
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFileFilter Interface