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


IStyleImporter.FileFilter Property (ArcObjects .NET 10.4 SDK)
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