ArcObjects Library Reference (Display)  

IStyleImporter.FileFilter Property

The file extension(s) for files supported by this style importer. If there is more than one, then they are separated with ';'.

[Visual Basic .NET]
Public ReadOnly Property FileFilter As String
[C#]
public string FileFilter {get;}
[C++]
HRESULT get_FileFilter(
  BSTR* fileExtension
);
[C++]

Parameters

fileExtension [out, retval]   fileExtension is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStyleImporter Interface