ArcGIS Pro 2.9 API Reference Guide
GetArchiveTable Method (AttributedRelationshipClass)

ArcGIS.Core.Data Namespace > AttributedRelationshipClass Class : GetArchiveTable Method
Gets the archive table associated with this attributed relationship class's intermediate table 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 attributed relationship class's intermediate table if it is archived-enabled.
Exceptions
ExceptionDescription
This attributed relationship class's intermediate 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, Windows 8.1

See Also

Reference

AttributedRelationshipClass Class
AttributedRelationshipClass Members