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


IAttachment Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachment Interface
ArcGIS Developer Help

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.

Classes that implement IAttachment

Classes Description