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


IAttachment Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachment Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IAttachment Interface

Provides access to members of an attachment.

Product Availability

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

Members

Name Description
Read-only property AttachmentID ID that uniquely identifies the attachment.
Read/write property ContentType Content type that describes the attachment data.
Read/write property Data Attachment data.
Read-only property GlobalID Global ID that uniquely identifies the attachment.
Read/write property Name Name of the attachment.
Read-only property ParentID Parent ID to which the attachment belongs.
Read-only property Size Size of the attachment data in bytes.

CoClasses that implement IAttachment

CoClasses and Classes Description

.NET Related Topics

Working with feature attachments