com.esri.arcgis.geodatabase
Interface IRelationshipClass3

All Superinterfaces:
IRelationshipClass, IRelationshipClass2, Serializable
All Known Implementing Classes:
IRelationshipClass3Proxy

public interface IRelationshipClass3
extends IRelationshipClass2, Serializable

Provides access to .

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isAttachmentRelationship()
          Indicates if the relationships in this relationship class corresponds to table attachments.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRelationshipClass2
getObjectsMatchingObjectArray, getObjectsMatchingObjectSetEx
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRelationshipClass
addRelationshipRule, createRelationship, deleteRelationship, deleteRelationshipRule, deleteRelationshipsForObject, deleteRelationshipsForObjectSet, getBackwardPathLabel, getCardinality, getDestinationClass, getDestinationForeignKey, getDestinationPrimaryKey, getFeatureDataset, getForwardPathLabel, getNotification, getObjectsMatchingObjectSet, getObjectsRelatedToObject, getObjectsRelatedToObjectSet, getOriginClass, getOriginForeignKey, getOriginPrimaryKey, getRelationship, getRelationshipClassID, getRelationshipRules, getRelationshipsForObject, getRelationshipsForObjectSet, isAttributed, isComposite
 

Method Detail

isAttachmentRelationship

boolean isAttachmentRelationship()
                                 throws IOException,
                                        AutomationException
Indicates if the relationships in this relationship class corresponds to table attachments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The isAttachment
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.