| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttachmentInfoArray
Array of AttachmentInfo objects.
| Method Summary | |
|---|---|
|  void | add(IAttachmentInfo rec)Adds a attachmentinfo. | 
|  int | getCount()The attachmentinfo count. | 
|  IAttachmentInfo | getElement(int index)Returns the attachmentinfo at the specified position. | 
|  void | insert(int index,
       IAttachmentInfo attachment)Adds a attachmentinfo at the specified position. | 
|  void | remove(int index)Removes the attachmentinfo at the specified position. | 
|  void | removeAll()Removes all attachmentinfos. | 
| Method Detail | 
|---|
int getCount()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAttachmentInfo getElement(int index)
                           throws IOException,
                                  AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
            throws IOException,
                   AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
               throws IOException,
                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(IAttachmentInfo rec)
         throws IOException,
                AutomationException
rec - A reference to a com.esri.arcgis.geodatabase.IAttachmentInfo  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
            IAttachmentInfo attachment)
            throws IOException,
                   AutomationException
index - The index  (in)attachment - A reference to a com.esri.arcgis.geodatabase.IAttachmentInfo  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||