Provides access to members that return information about the relationship class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Cardinality | The Cardinality. | |
FeatureDatasetName | The Feature Dataset Name object. | |
IsAttributed | Indicates if Attributed. | |
IsComposite | Indicates if Composite. | |
Notification | The Notification. |
CoClasses that implement IRelationshipClassName
CoClasses and Classes | Description |
---|---|
MemoryRelationshipClassName | A name class that represents as in memory relationship class. |
RelationshipClassName | ESRI Relationship Class Name object. |
Remarks
The IRelationshipClassName interface includes the Cardinality, Notification, IsAttributed, and IsComposite properties, and also the name object for the parent feature dataset in the case of relationship classes that are contained within a feature dataset.
Name objects are light weight versions of the geodatabase objects they refer to while still providing access to some of the properties/methods available in the geodatabase object. From a name object an instance of the geodatabase object specified by the name object can be created/returned and vice versa.