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