Provides access to the ArcPad transation log.
Use IAPTransLog to add and remove entries to/from the transaction log. The methods of this interface only affect the transaction log, and not the associated feature classes. In order to affect the feature classes, use IArcPadDataTransfer::CheckoutFeatures and IArcPadTransaction::CheckinFeatures.
| Description | ||
|---|---|---|
![]() |
Checkin | Removes items from the log. |
![]() |
Checkout | Description of featues checked out. This adds to the log. |
![]() |
SaveLogInformation | Force log file to be commited to disk. |
| CoClasses and Classes | Description |
|---|---|
| APTransLog | The ArcPad transaction log. |
The results of the CheckIn and CheckOut methods are only held in memory; it is necessary to call SaveLogInformation to transfer the results to the transaction log file.