ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Table Class / GetArchiveTable Method

In This Topic
    GetArchiveTable Method (Table)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also