IAttachmentInfoArray Interface

Array of AttachmentInfo objects.

Members

Name Description
Method Add Adds a attachmentinfo.
Read-only property Count The attachmentinfo count.
Read-only property Element Returns the attachmentinfo at the specified position.
Method Insert Adds a attachmentinfo at the specified position.
Method Remove Removes the attachmentinfo at the specified position.
Method RemoveAll Removes all attachmentinfos.

IAttachmentInfoArray.Add Method

Adds a attachmentinfo.

Public Sub Add ( _
    ByVal rec As IAttachmentInfo _
)
public void Add (
    IAttachmentInfo rec
);

IAttachmentInfoArray.Count Property

The attachmentinfo count.

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

IAttachmentInfoArray.Element Property

Returns the attachmentinfo at the specified position.

Public Function get_Element ( _
    ByVal Index As Integer _
) As IAttachmentInfo
public IAttachmentInfo get_Element (
    int Index
);

IAttachmentInfoArray.Insert Method

Adds a attachmentinfo at the specified position.

Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal Attachment As IAttachmentInfo _
)
public void Insert (
    int Index,
    IAttachmentInfo Attachment
);

IAttachmentInfoArray.Remove Method

Removes the attachmentinfo at the specified position.

Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);

IAttachmentInfoArray.RemoveAll Method

Removes all attachmentinfos.

Public Sub RemoveAll ( _
)
public void RemoveAll (
);

Classes that implement IAttachmentInfoArray

Classes Description
AttachmentInfoArray Esri AttachmentInfoArray object.

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