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: acETransmit20.tlb
Class Information
- Class Name
-
TransmittalOperation
- Object Inheritance
-
Object TransmittalOperation
- Create Using
-
VB.NET
User-defined variable; New TransmittalOperation
C#
User-defined variable; new TransmittalOperation
- Access Via
-
VB.NET
User-defined variable
C#
User-defined variable
Members
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
None |
Remarks
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.
Release Information
Releases: AutoCAD 2004 and later
History
- The ITransmittalOperation2 and ITransmittalOperation3 interfaces were merged with ITransmittalOperation in the AutoCAD 2010 version of the library.
- The
ITransmittalOperation3 interface was added to the AutoCAD 2008 version of the library to extend the functionality of the
ITransmittalOperation and
ITransmittalOperation2 interfaces.
These methods were added:
getTransmittalInfoInterface
- The
ITransmittalOperation2 interface was added to the AutoCAD 2005 version of the library to extend the functionality of the
ITransmittalOperation interface.
These methods were added:
addDrawingFile addFile addSheets addSheetSelset addToReport archiveSheetSet cancelDatabaseNotification cancelSheetSetNotification cancelSubscriptionToAddFileNotification createTransmittalPackage getTransmittalGraphInterface getTransmittalInfoInterface getTransmittalReport recalcTargetSubPath setProgressMeter subscribeDatabaseNotification subscribeSheetSetNotification subscribeToAddFileNotification