ArcObjects Library Reference (Carto)  

IPictureElement5.AttachmentFilter Property

Use attachment that has filter in the name. Use with data driven pages.

ERROR: Syntax information about IPictureElement5.AttachmentFilter may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT get_AttachmentFilter(
  BSTR* Filter
);
[C++]
HRESULT put_AttachmentFilter(
  BSTR Filter
);
[C++]

Parameters

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

Product Availability

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

See Also

IPictureElement5 Interface