This document is archived and information here might be outdated.  Recommended version.


IArchivableClass.Archive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchivableClass Interface > IArchivableClass.Archive Property
ArcGIS Developer Help

IArchivableClass.Archive Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.   

See Also

IArchivableClass Interface