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


IPictureElement3.Filter Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPictureElement3.Filter Property

Filter used in CFileDialog.

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

Parameters Filter [out, retval] Filter is a parameter of type BSTR

Product Availability

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

See Also

IPictureElement3 Interface