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


ITableAttachments.AttachmentManager Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableAttachments Interface > ITableAttachments.AttachmentManager Property
ArcGIS Developer Help

ITableAttachments.AttachmentManager Property

The attachment manager.

[Visual Basic .NET]
Public ReadOnly Property AttachmentManager As IAttachmentManager
[C#]
public IAttachmentManager AttachmentManager {get;}
[C++]
HRESULT get_AttachmentManager(
  IAttachmentManager** AttachmentManager
);
[C++]
Parameters
AttachmentManager [out, retval]

AttachmentManager is a parameter of type IAttachmentManager**

Product Availability

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

See Also

ITableAttachments Interface