Autodesk FDO Bulk Copy Utility API Reference
From FDO Utility Bulk Copy API
| API Reference | Autodesk FDO Bulk Copy Utility |
FdoBulkCopyProgress Class Reference
List of all members.Detailed Description
The FdoBulkCopyProgress class represents the bulk copy progress reporting class.
Definition at line 27 of file FdoBulkCopyProgress.h.
Public Member Functions | |
| FDOBULKCOPY_API FdoInt32 | GetFrequency () |
| Gets the frequency. | |
| virtual void | ObjectAdded (FdoIBulkCopyProgressArgs *args)=0 |
| Callback method for the progress. | |
| FDOBULKCOPY_API void | SetFrequency (FdoInt32 value) |
| Sets the frequency. The ObjectAdded method is called after attempting to add every N objects where N is the frequency. | |
| Comments? |