PostSheetSetProcessing 事件 (ActiveX/ATO)
在处理图纸集后触发。 支持的平台:仅限 Windows 命名空间:传输塔利布 集会:AcETransmit19.tlb 签名VB.NET: Friend Class custom_class_name Implements ITransmittalSheetSetNotification Public Sub postSheetSetProcessing(pISheetSet As Object, _ pFile As TransmittalFile, _ pTransmit As TransmittalOperation) _ Implements ITransmittalSheetSetNotification.postSheetSetProcessing ... End Sub End Class C#: internal class custom_class_name : ITransmittalSheetSetNotification { public void postSheetSetProcessing(object pISheetSet, TransmittalFile pFile, TransmittalOperation pTransmit) { ... } }
返回值 (RetVal)无返回值。 言论没有其他评论。 发行信息释放:AutoCAD 2005 及更高版本
例子VB.NET: ' Custom class used to monitor the processing of a sheet set Friend Class MyTransSSMNotifier Implements ITransmittalSheetSetNotification Public Sub postSheetSetProcessing(pISheetSet As Object, _ pFile As TRANSMITTALLib.TransmittalFile, _ pTransmit As TRANSMITTALLib.TransmittalOperation) _ Implements TRANSMITTALLib.ITransmittalSheetSetNotification.postSheetSetProcessing Application.DocumentManager.MdiActiveDocument.Editor. _ WriteMessage(Environment.NewLine & "Sheet Set post processing: " & pFile.sourcePath) End Sub End Class C#: // Custom class used to monitor the processing of a sheet set internal class MyTransSSMNotifier : ITransmittalSheetSetNotification { public void postSheetSetProcessing(object pISheetSet, TRANSMITTALLib.TransmittalFile pFile, TRANSMITTALLib.TransmittalOperation pTransmit) { Application.DocumentManager.MdiActiveDocument.Editor. WriteMessage(Environment.NewLine + "Sheet Set post processing: " + pFile.sourcePath); } } 相关参考 |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-3-14 06:21
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.