IAttachment3 Interface
Provides access to members of an attachment.
Members
Name | Description | |
---|---|---|
![]() |
AttachmentID | ID that uniquely identifies the attachment. |
![]() |
ContentType | Content type that describes the attachment data. |
![]() |
Data | Attachment data. |
![]() |
GlobalID | Global ID that uniquely identifies the attachment. |
![]() |
Name | Name of the attachment. |
![]() |
ParentGlobalID | Parent global ID to which the attachment belongs. |
![]() |
ParentID | Parent ID to which the attachment belongs. |
![]() |
Size | Size of the attachment data in bytes. |
![]() |
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 | . |