|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttachmentInfo2
Provides access to members that describe an attachment.
Method Summary | |
---|---|
String |
getGlobalID()
Global ID that uniquely identifies the attachment. |
String |
getParentGlobalID()
The source global ID that to which the attachment is associated to. |
boolean |
isAttachmentRelationshipGlobalIDBased()
Is the attachment global ID based. |
void |
setGlobalID(String globalID)
Global ID that uniquely identifies the attachment. |
void |
setParentGlobalID(String globalID)
The source global ID that to which the attachment is associated to. |
Methods inherited from interface com.esri.arcgis.geodatabase.IAttachmentInfo |
---|
getAttachmentID, getContentType, getName, getParentID, getSize, setContentType, setName, setParentID |
Method Detail |
---|
boolean isAttachmentRelationshipGlobalIDBased() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGlobalID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGlobalID(String globalID) throws IOException, AutomationException
globalID
- The globalID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getParentGlobalID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentGlobalID(String globalID) throws IOException, AutomationException
globalID
- The globalID (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 |