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


IStyleImporter.FileFilter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleImporter Interface > IStyleImporter.FileFilter Property
ArcGIS Developer Help

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(
  System.String* 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