TransmittalOperation Object (ActiveX/ATO)

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

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:

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