ArcGIS Pro 2.8 API Reference Guide
IsArchiveEnabled Method (AttributedRelationshipClass)

ArcGIS.Core.Data Namespace > AttributedRelationshipClass Class : IsArchiveEnabled Method
Gets a value indicating whether this attributed relationship class's intermediate table is archive-enabled. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsArchiveEnabled()
Public Function IsArchiveEnabled() As Boolean

Return Value

false if the intermediate table is not archive-enabled or does not support archiving; otherwise, true.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

AttributedRelationshipClass Class
AttributedRelationshipClass Members