IAttachment3 Interface

Provides access to members of an attachment.

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 ParentGlobalID Parent global ID to which the attachment belongs.
Read-only property ParentID Parent ID to which the attachment belongs.
Read-only property Size Size of the attachment data in bytes.
Read-only property Value get the value of a member of the attachemnt by name.

IAttachment3.Value Property

get the value of a member of the attachemnt by name.

Public Function get_Value ( _
    ByVal key As esriAttachmentTableField _
) As Object
public object get_Value (
    esriAttachmentTableField key
);

Inherited Interfaces

Interfaces Description
IAttachment2 Provides access to members of an attachment.
IAttachment Provides access to members of an attachment.

Classes that implement IAttachment3

Classes Description
Attachment .

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.