Share

TRANSMITTALLib Library

Description

This is namespace TRANSMITTALLib.

Interfaces

Interface Description
ITransmittalAddFileNotificationHandler This interface is part of the eTransmit package that collects an open drawing and all its required files together. See the eTransmit topic in the ObjectARX Developer's Guide for an overview of how this interface is used with eTransmit.Your application can implement or override this class and pass an ITransmittalAddFileNotificationHandler* to the ITransmittalOperation::subscribeToAddFileNotification() method for notification of file additions during transmittal set creation. Your application’s implementation of addFileNotificationHandler() will be called whenever a file object is added to a transmittal set.
ITransmittalDatabaseNotificationHandler Clients that need to perform processing before a drawing file is saved into a transmittal package folder can implement this interface. The methods in this interface are called when createTransmittalPackage() is invoked.
ITransmittalFile This interface is part of the eTransmit package that collects an open drawing and all its required files together. See the eTransmit section of the ObjectARX Developer's Guide for an overview of how this interface is used with eTransmit.The ITransmittalFile interface represents a file that is part of a transmittal operation. It contains a number of properties containing general information about the file.
ITransmittalFileOverwriteHandler For internal use only.
ITransmittalFilesGraph This interface is used to navigate file dependencies for files in a transmittal package.
ITransmittalFilesGraphPrivate For internal use only.
ITransmittalInfo This interface controls how a transmittal package is created.
ITransmittalOperation This interface is part of the eTransmit package that collects an open drawing and all its required files together. See the eTransmit general notes for an overview of how this interface is used with eTransmit.The ITransmittalOperation interface contains high-level methods that deal with the transmittal operation as a whole.
ITransmittalProgressHandler Developers who require feedback when calling methods that could potentially take a long time to finish can implement this interface to be called from time to time to indicate progress.This applies to the following ITransmittalOperation2 methods:
  • archiveSheetSet()
  • addSheetSelset()
  • createTransmittalPackage()
Only one progress handler can be installed.
ITransmittalSheetSetNotification Applications that need to do some processing before a sheet set file gets saved into a transmittal package folder can implementation this interface. The methods in this interface will be called when createTransmittalPackage() is invoked. There is only one sheet set, passed through the ITransmittalOperation2 methods archiveSheetSet() and addSheetSelset().

Was this information helpful?