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


In This Topic
    RelationshipClass Class Members
    In This Topic

    The following tables list the members exposed by RelationshipClass.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverridden. Gets the DatasetType of this derived dataset.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a new relationship between the two specified rows. 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.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    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 RelationshipClassDefinition 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  
    Public Method Gets the ID associated with this relationship class. This method must be called on the MCT. Use QueuedTask.Run.  
    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 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.  
    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.  
    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