Changes to a transmittal set can be monitored using notification handlers.
The Transmittal Object library allows for the monitoring of
- Operations that can take time to complete; creation of a transmittal package, archival of a sheet set, and importing of drawing files referenced by the sheets in a sheet set.
- Changes to the database of a drawing file.
- Files being added to a transmittal set.
These interfaces are used to implement notifications for monitoring a transmittal package:
- ITransmittalSheetSetNotification - Interface used to define notifications related to the processing of sheets in a sheet set.
- ITransmittalAddFileNotificationHandler - Interface used to define notifications related to files being added to a transmittal set.
- TransmittalDatabaseNotificationHandler - Interface used to define notifications related to the conversion and processing of a drawing file in the transmittal set.
- TransmittalProgressHandler - Interface used to get notifications upon the completion of specific operations performed on a transmittal set.