Provides access to properties and methods of an archivable class.
Description
The IArchivableClass interface provides access to the archive table that is associated to a historical class.
Members
Name | Description | |
---|---|---|
Archive | The archive table associated with this archivable class. | |
ArchiveRegistrationInfo | The archive registration information associated with this archivable class. |
IArchivableClass.Archive Property
The archive table associated with this archivable class.
Public ReadOnly Property Archive As ITable
public ITable Archive {get;}
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.
IArchivableClass.ArchiveRegistrationInfo Property
The archive registration information associated with this archivable class.
Public ReadOnly Property ArchiveRegistrationInfo As IArchiveRegistrationInfo
public IArchiveRegistrationInfo ArchiveRegistrationInfo {get;}
Classes that implement IArchivableClass
Classes | Description |
---|