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


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

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