com.esri.arcgis.geodatabase
Interface IAttachment2
- All Superinterfaces:
- IAttachment, Serializable
- All Known Implementing Classes:
- Attachment
public interface IAttachment2
- extends IAttachment, Serializable
Provides access to members of an attachment.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getParentGlobalID
String getParentGlobalID()
throws IOException,
AutomationException
- Parent global ID to which the attachment belongs.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The parentGlobalID
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.