IAttachmentInfo Interface

Provides access to members that describe an attachment.

Members

Name Description
Read-only property AttachmentID ID that uniquely identifies an attachment.
Read/write property ContentType Content type that indicates the type of the mime content.
Read/write property GlobalID Global ID that uniquely identifies the attachment.
Read-only property IsAttachmentRelationshipGlobalIDBased Is the attachment global ID based.
Read/write property Name Descriptive name of an attachment.
Read/write property ParentGlobalID The source global ID that to which the attachment is associated to.
Read/write property ParentID The source ID that to which the attachment is associated to.
Read-only property Size The size of the attachment.
Read/write property Value put a value in a member of the attachemnt using name.

IAttachmentInfo.AttachmentID Property

ID that uniquely identifies an attachment.

Public ReadOnly Property AttachmentID As Long
public long AttachmentID {get;}

IAttachmentInfo.ContentType Property

Content type that indicates the type of the mime content.

Public Property ContentType As String
public string ContentType {get; set;}

IAttachmentInfo.GlobalID Property

Global ID that uniquely identifies the attachment.

Public Property GlobalID As String
public string GlobalID {get; set;}

IAttachmentInfo.IsAttachmentRelationshipGlobalIDBased Property

Is the attachment global ID based.

Public ReadOnly Property IsAttachmentRelationshipGlobalIDBased As Boolean
public bool IsAttachmentRelationshipGlobalIDBased {get;}

IAttachmentInfo.Name Property

Descriptive name of an attachment.

Public Property Name As String
public string Name {get; set;}

IAttachmentInfo.ParentGlobalID Property

The source global ID that to which the attachment is associated to.

Public Property ParentGlobalID As String
public string ParentGlobalID {get; set;}

IAttachmentInfo.ParentID Property

The source ID that to which the attachment is associated to.

Public Property ParentID As Long
public long ParentID {get; set;}

IAttachmentInfo.Size Property

The size of the attachment.

Public ReadOnly Property Size As Integer
public int Size {get;}

IAttachmentInfo.Value Property

put a value in a member of the attachemnt using name.

Public Function get_Value ( _
    ByVal key As esriAttachmentTableField _
) As Object
Public Sub set_Value ( _
    ByVal key As esriAttachmentTableField, _
    ByVal Value As Object _
)
public object get_Value (
    esriAttachmentTableField key
);
public void set_Value (
    esriAttachmentTableField key,
    object Value
);

Classes that implement IAttachmentInfo

Classes Description
AttachmentInfo Esri AttachmentInfo object.

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