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

    GetArchiveTable Method (Table)
    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()

    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.0 or higher.
    See Also