ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / AttributedRelationshipClassDefinition Class
Properties Methods


In This Topic
    AttributedRelationshipClassDefinition Class Members
    In This Topic

    The following tables list the members exposed by AttributedRelationshipClassDefinition.

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets the dataset type.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the index position for a field by name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the alias name of the definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the label that displays when navigating from the destination to the origin. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the valid cardinality of the relationship. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the name of the destination class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the name of the destination foreign key field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the destination primary key field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the fields in the AttributedRelationshipClass's intermediate table. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the label that displays when navigating from the origin to the destination. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the message notification direction. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the name of the definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Definition)
    Public MethodGets the name of the ObjectID field in the AttributedRelationshipClass's intermediate table. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the origin class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the name of the origin foreign key field. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the name of the origin (primary) key field. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets the list of relationship rules in the relationship class. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public MethodGets the split policy of the RelationshipClass. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets a value which indicates if the relationship is used to enable attachment support for a table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Public Method Gets a value indicating whether the lifetime of the destination rows are dependent on the lifetime of the origin rows. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClassDefinition)
    Top
    See Also