ArcGIS Pro 2.6 API Reference Guide
GetArchiveTable Method (Table)

ArcGIS.Core.Data Namespace > Table Class : GetArchiveTable Method
Gets the archive table associated with this table or feature class if it is archived-enabled. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Table GetArchiveTable()
Public Function GetArchiveTable() As Table

Return Value

The archive table associated with this table or feature class if it is archived-enabled.
Exceptions
ExceptionDescription
This table is not archive-enabled or does not support archiving.
A geodatabase-related exception has occurred.
Remarks
If IsArchiveEnabled returns false, calling this method will result in an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members