ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / AttributedRelationshipClass Class


In This Topic
    AttributedRelationshipClass Class Methods
    In This Topic

    For a list of all members of this type, see AttributedRelationshipClass members.

    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public Method Creates a new row buffer instance in memory. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Removes a relationship between the two specified rows. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClass)
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the archive table associated with this attributed relationship class's intermediate table if it is archived-enabled. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the AttributedRelationshipClassDefinition of this dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the FeatureDataset in which this relationship class is contained. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Core.Data.RelationshipClass)
    Public Method Gets the ID associated with this relationship class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClass)
    Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets a list of all the AttributedRelationship that the destination rows with the specified destinationObjectIDs participate in. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a list of all the AttributedRelationship that the origin rows with the specified originObjectIDs participate in. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the rows from the origin table that are related to the destination row object IDs. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClass)
    Public Method Gets the rows from the destination table that are related to the origin row object IDs. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.RelationshipClass)
    Public Method Gets a value indicating whether this attributed relationship class's intermediate table is archive-enabled. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also