ArcObjects Library Reference  (EditorExt)    

IAPTransLog Interface

Provides access to the ArcPad transation log.

Product Availability

Available with ArcGIS Desktop.

When To Use

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

Members

Description
Method Checkin Removes items from the log.
Method Checkout Description of featues checked out. This adds to the log.
Method SaveLogInformation Force log file to be commited to disk.

CoClasses that implement IAPTransLog

CoClasses and Classes Description
APTransLog The ArcPad transaction log.

Remarks

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.

 


Feedback Send feedback on this page