Main object of the transmittal engine used to add files to a transmittal set, register notification handlers, and create a transmittal package.
Supported platforms: Windows only
Namespace: TRANSMITTALLib
Assembly: AcETransmit19.tlb
TransmittalOperation
Object TransmittalOperation
VB.NET
User-defined variable; New TransmittalOperation
C#
User-defined variable; new TransmittalOperation
VB.NET
User-defined variable
C#
User-defined variable
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
None |
The TransmittalOperation object represents the transmittal object used to create a transmittal package. After the object is created, you can then add drawing and non-drawing files to the transmittal set. The settings of the transmittal set are managed with the TransmittalInfo object returned by the getTransmittalInfoInterface method. After files have been added and the settings configured, you can then get information about the referenced files with the getTransmittalGraphInterface method or create a transmittal package with the createTransmittalPackage method.
Releases: AutoCAD 2004 and later
These methods were added:
getTransmittalInfoInterface
These methods were added:
addDrawingFile addFile addSheets addSheetSelset addToReport archiveSheetSet cancelDatabaseNotification cancelSheetSetNotification cancelSubscriptionToAddFileNotification createTransmittalPackage getTransmittalGraphInterface getTransmittalInfoInterface getTransmittalReport recalcTargetSubPath setProgressMeter subscribeDatabaseNotification subscribeSheetSetNotification subscribeToAddFileNotification