ArcGIS Pro 2.9 API Reference Guide
CanReplaceDataSource Method (StandaloneTable)

ArcGIS.Desktop.Mapping Namespace > StandaloneTable Class : CanReplaceDataSource Method
"An ArcGIS.Core.Data.Table"
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, Windows 8.1

See Also

Reference

StandaloneTable Class
StandaloneTable Members