CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

ActiveX 开发指南

相关分类

传递操作对象 (ActiveX/ATO)

2023-1-1 23:13| 发布者: admin| 查看: 162| 评论: 0|来自: AutoCAD

摘要: 传递引擎的主要对象,用于将文件添加到传递集、注册通知处理程序和创建传递包。

传递引擎的主要对象,用于将文件添加到传递集、注册通知处理程序和创建传递包。

支持的平台:仅窗口

Namespace:传输利布

组装:acETransmit20.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

Remarks

The 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 object returned by the method. After files have been added and the settings configured, you can then get information about the referenced files with the method or create a transmittal package with the method. TransmittalOperationTransmittalInfogetTransmittalInfoInterfacegetTransmittalGraphInterfacecreateTransmittalPackage

发布信息

释放:AutoCAD 2004 及更高版本

历史

  • Theandinterfaces被合并到AutoCAD 2010版本的库中。ITransmittalOperation2ITransmittalOperation3ITransmittalOperation
  • 该接口已添加到 AutoCAD 2008 版本的库中,以扩展 andinterfaces 的功能。ITransmittalOperation3ITransmittalOperationITransmittalOperation2

    添加了这些方法:

    getTransmittalInfoInterface
  • 该界面已添加到 AutoCAD 2005 版本的库中,以扩展界面的功能。ITransmittalOperation2ITransmittalOperation

    添加了这些方法:

    addDrawingFile
    addFile
    addSheets
    addSheetSelset
    addToReport
    archiveSheetSet
    cancelDatabaseNotification
    cancelSheetSetNotification
    cancelSubscriptionToAddFileNotification
    createTransmittalPackage
    getTransmittalGraphInterface
    getTransmittalInfoInterface
    getTransmittalReport
    recalcTargetSubPath
    setProgressMeter
    subscribeDatabaseNotification
    subscribeSheetSetNotification
    subscribeToAddFileNotification

路过

雷人

握手

鲜花

鸡蛋

最新评论

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 )

GMT+8, 2024-5-11 12:45

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部