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