Array of AttachmentInfo objects.
Members
| Name | Description | |
|---|---|---|
![]() |
Add | Adds a attachmentinfo. |
![]() |
Count | The attachmentinfo count. |
![]() |
Element | Returns the attachmentinfo at the specified position. |
![]() |
Insert | Adds a attachmentinfo at the specified position. |
![]() |
Remove | Removes the attachmentinfo at the specified position. |
![]() |
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. |

