Notification handler used to monitor the progress of files being added to the transmittal set.
Supported platforms: Windows only
Namespace: TRANSMITTALLib
Assembly: AcETransmit19.tlb
TransmittalProgressHandler
Object TransmittalProgressHandler
VB.NET
Friend Class <custom_class_name> Implements TransmittalProgressHandler ... End Class
C#
internal class <custom_class_name> : TransmittalProgressHandler { ... }
VB.NET
User-defined variable; New <custom_class_name>
C#
User-defined variable; new <custom_class_name>
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
None |
The TransmittalProgressHandler interface is used to get notifications on the progress of the files being added to the transmittal set. You can register the progress handler with the setProgressMeter method of the TransmittalOperation object.
Releases: AutoCAD 2005 and later