com.esri.arcgis.geodatabase
Interface IRelationshipClass3
- All Superinterfaces:
- IRelationshipClass, IRelationshipClass2, java.io.Serializable
- All Known Implementing Classes:
- IRelationshipClass3Proxy
public interface IRelationshipClass3
- extends IRelationshipClass2, java.io.Serializable
COM Interface 'IRelationshipClass3'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to .'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
Method Summary |
boolean |
isAttachmentRelationship()
Indicates if the relationships in this relationship class corresponds to table attachments. |
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 |
IID79ce2129_71db_422a_87d8_b6a3807b2062
static final int IID79ce2129_71db_422a_87d8_b6a3807b2062
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
isAttachmentRelationship
boolean isAttachmentRelationship()
throws java.io.IOException,
AutomationException
- Indicates if the relationships in this relationship class corresponds to table attachments.
- Returns:
- The isAttachment
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.