ArcObjects Library Reference  (EditorExt)    

IAPTransLogInfo Interface

Provides access to the ArcPad transation log details.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use IAPTransLogInfo to interrogate individual entries in the ArcPad transaction log file. 

Members

Description
Read-only property Count Number of entries.
Method Entry Description of features checked out.
Read-only property FIDList Description of FIDs checked out.

CoClasses that implement IAPTransLogInfo

CoClasses and Classes Description
APTransLog The ArcPad transaction log.

Remarks

Use the Entry method to extract all the information for a log entry except the list of FIDs of checked out features.  Use the FIDList method to extract the list of FIDs.  Pass in the same value for the item argument for both these methods for each log entry of interest.

 


Feedback Send feedback on this page