ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Join Class / GetDestinationTable Method

In This Topic
    GetDestinationTable Method
    In This Topic
    Gets the Table which corresponds to the destination table used to create the join. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Table GetDestinationTable()
    Public Function GetDestinationTable() As Table

    Return Value

    The Table which corresponds to the destination table of the join.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Remarks
    If the JoinDirection property of the JoinDescription argument used to instantiate this object via Join Constructor is JoinDirection.Forward, this is the right table of the relationship class. If the property is JoinDirection.Backward, this is the left table of the relationship class.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also