ArcObjects Library Reference (GeoDatabase)  

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