This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchivableClass Interface > IArchivableClass.Archive Property (ArcObjects .NET 10.5 SDK) |
The archive table associated with this archivable class.
[Visual Basic .NET] Public ReadOnly Property Archive As ITable
[C#] public ITable Archive {get;}
[C++]
HRESULT get_Archive(
ITable** archiveTable
);
[C++]
Parameters archiveTable [out, retval]
archiveTable is a parameter of type ITable
This property allows a reference to the non-versioned archive class to be established. From this reference the archive class can be edited using the editing objects exposed throughout the Geodatabase API. It should be noted that editing any of the Geodatabase maintained columns such at "GDB_FROM_DATE", "GDB_TO_DATE", or "ARCHIVE_OID" has the potential of corrupting the archive of the associated feature class, and is therefore not recommended.