ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandaloneTable Class / CanReplaceDataSource Method
"An ArcGIS.Core.Data.Table"

In This Topic
    CanReplaceDataSource Method (StandaloneTable)
    In This Topic
    Check if the standalone table's data source can be replace with this table. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool CanReplaceDataSource( 
       Table table
    )
    Public Function CanReplaceDataSource( _
       ByVal table As Table _
    ) As Boolean

    Parameters

    table
    "An ArcGIS.Core.Data.Table"
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also