CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

ActiveX 开发指南

相关分类

传递对象库历史记录 (ActiveX/ATO)

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

摘要: 对传递对象库所做的添加和更改。

对传递对象库所做的添加和更改。

基于 AutoCAD 2021 和AutoCAD 2021 的产品

  • 不添加或更改现有成员
  • stdole2.tlb被库引用
  • AcETransmit20.tlb文件可以在 ObjectARX2021SDK 的inc-x64文件夹中找到

基于 AutoCAD 2020 和AutoCAD 2020 的产品

  • 不添加或更改现有成员
  • 已删除 32 位支持
  • stdole2.tlb被库引用
  • AcETransmit20.tlb文件可以在 ObjectARX 2020 SDK 的inc-x64文件夹中找到。

基于 AutoCAD 2019 和 AutoCAD 2019的产品

  • stdole2.tlb被库引用
  • AcETransmit20.tlb文件可以在 ObjectARX 2019 SDK 的inc-32inc-x64文件夹中找到。

接口

ITransmittalInfo (Changed)
        removeDesignFeed - Property (Removed)

基于 AutoCAD 2018 和AutoCAD 2018 的产品

  • stdole2.tlb被库引用
  • AcETransmit19.tlb文件可以在 ObjectARX 2018 SDK 的inc-32inc-x64文件夹中找到

枚举

SaveDwgFormat (Changed)
        eAutoCADR32 = 7 (New)

基于 AutoCAD 2017 和 AutoCAD 2017 的产品

  • 不添加或更改现有成员
  • stdole2.tlb被库引用
  • AcETransmit19.tlb文件可以在 ObjectARX 2017 SDK 的inc-32inc-x64文件夹中找到。

基于 AutoCAD 2016 和 AutoCAD 2016 的产品

  • 不添加或更改现有成员
  • stdole2.tlb被库引用
  • AcETransmit19.tlb文件可以在 ObjectARX 2016 SDK 的inc-32inc-x64文件夹中找到

基于 AutoCAD 2015 和 AutoCAD 2015 的产品

  • stdole2.tlb被库引用
  • AcETransmit19.tlb文件可以在 ObjectARX 2015 SDK 的inc-32inc-x64文件夹中找到
  • ProgId 已更改:
    • Transmittal.TransmittalFile.18Transmittal.TransmittalFile.19
    • Transmittal.TransmittalFilesGraph.18Transmittal.TransmittalFilesGraph.19
    • Transmittal.TransmittalOperation.18Transmittal.TransmittalOperation.19
    • Transmittal.TransmittalInfo.18Transmittal.TransmittalInfo.19

枚举

ConvertStatus (Changed)
        eEduVersionError = 3 (Removed)
        eNotUsed = 3 (New)

接口

ITransmittalInfo (Changed)
        removeDesignFeed - Property (New)

基于 AutoCAD 2014 和 AutoCAD 2014 的产品

  • 不添加或更改现有成员
  • stdole2.tlb被库引用
  • AcETransmit18.tlb文件可以在 ObjectARX 2014 SDK 的inc-32inc-x64文件夹中找到。

基于 AutoCAD 2013 和 AutoCAD 2013 的产品

  • stdole2.tlb is referenced by the library
  • AcETransmit18.tlb file can be found in the inc-32 and inc-x64 folders of the ObjectARX 2013 SDK

Enums

SaveDwgFormat (Changed)
        eAutoCADR27 = 6 (New)

AutoCAD 2012 and AutoCAD 2012-based Products

  • No additions or changes to existing members
  • stdole2.tlb is referenced by the library
  • AcETransmit18.tlb file can be found in the inc-32 and inc-x64 folders of the ObjectARX 2012 SDK

AutoCAD 2011 and AutoCAD 2011-based Products

  • No additions or changes to existing members
  • stdole2.tlb is referenced by the library
  • AcETransmit18.tlb file can be found in the inc-32 and inc-x64 folders of the ObjectARX 2011 SDK

AutoCAD 2010 and AutoCAD 2010-based Products

  • stdole2.tlb is referenced by the library
  • AcETransmit18.tlb file can be found in the inc-32 and inc-x64 folders of the ObjectARX 2010 SDK
  • ProgIds have been changed:
    • Transmittal.TransmittalFile.16 to Transmittal.TransmittalFile.18
    • Transmittal.TransmittalFilesGraph.16 to Transmittal.TransmittalFilesGraph.18
    • Transmittal.TransmittalOperation.16 to Transmittal.TransmittalOperation.18
    • Transmittal.TransmittalInfo.16 to Transmittal.TransmittalInfo.18

Enums

FileType (Changed)
        eDGNUnderlayDependent = 25 (New)
        eDwsFile = 26 (New)
        ePDFUnderlay = 27 (New)
SaveDwgFormat (Changed)
        eAutoCADR24 = 5 (New)
BindType (New)
        eBind = 0
        eInsert = 1

Interfaces

ITransmittalFile (Changed)
        targetSubPath - Property (Moved from ITransmittalFile2)
        type - Property (Moved from ITransmittalFile2)
        includeInTransmittal - Property (Moved from ITransmittalFile2)
        numberOfDependents - Property (Moved from ITransmittalFile2)
        numberOfDependees - Property (Moved from ITransmittalFile2)
        database - Property (Moved from ITransmittalFile2)
        getDependent - Method (Moved from ITransmittalFile2)
        getDependee - Method (Moved from ITransmittalFile2)
ITransmittalFilesGraph (Changed)
        add - Method (Removed)
        addEdge - Method (Moved from ITransmittalFilesGraph2)
        getAt - Method (Moved from ITransmittalFilesGraph2)
        getNumberOfFiles - Method (Moved from ITransmittalFilesGraph2)
        getRoot - Method (Moved from ITransmittalFilesGraph2)
        remove - Method (Removed)
        removeEdge - Method (Moved from ITransmittalFilesGraph2)
        reset - Method (Moved from ITransmittalFilesGraph2)
        totalBytes - Method (Moved from ITransmittalFilesGraph2)
ITransmittalInfo (Changed)
        dataLinkRelativePath - Property (Moved from ITransmittalInfo3)
        DGNUnderlayRelativePath - Property (Moved from ITransmittalInfo2)
        DWFUnderlayRelativePath - Property (Moved from ITransmittalInfo2)
        includeDataLinkFile - Property (Moved from ITransmittalInfo3)
        includeDGNUnderlay - Property (Moved from ITransmittalInfo2)
        includeDWFUnderlay - Property (Moved from ITransmittalInfo2)
        includeMaterialTextureFile - Property (Moved from ITransmittalInfo2)
        includeNestedOverlayXrefDwg - Property (New)
        includePhotometricWebFile - Property (Moved from ITransmittalInfo3)
        includeUnloadedReferences - Property (New)
        includeUnloadedXrefDwg - Property (New)
        overwriteFileHandler - Property (Removed)
        purgeDatabase - Property (New)
        visualFidelity - Property (Moved from ITransmittalInfo3)
ITransmittalOperation (Changed)
        addDrawingFile - Method (Moved from ITransmittalOperation2)
        addFile - Method (Moved from ITransmittalOperation2)
        addSheets - Method (Moved from ITransmittalOperation2)
        addSheetSelset - Method (Moved from ITransmittalOperation2)
        addToReport - Method (Moved from ITransmittalOperation2)
        archiveSheetSet - Method (Moved from ITransmittalOperation2)
        cancelDatabaseNotification - Method (Moved from ITransmittalOperation2)
        cancelSheetSetNotification - Method (Moved from ITransmittalOperation2)
        cancelSubscriptionToAddFileNotification - Method (Moved from ITransmittalOperation2)
        createTransmittalPackage - Method (Moved from ITransmittalOperation2)
        getTransmittalGraphInterface - Method (Moved from ITransmittalOperation2)
        getTransmittalInfoInterface - Method (Moved from ITransmittalOperation2/ITransmittalOperation3)
        getTransmittalReport - Method (Moved from ITransmittalOperation2)
        recalcTargetSubPath - Method (Moved from ITransmittalOperation2)
        setProgressMeter - Method (Moved from ITransmittalOperation2)
        subscribeDatabaseNotification - Method (Moved from ITransmittalOperation2)
        subscribeSheetSetNotification - Method (Moved from ITransmittalOperation2)
        subscribeToAddFileNotification - Method (Moved from ITransmittalOperation2)

The following interfaces were removed/merged with their parent classes:

ITransmittalFile2 (Removed - Moved to ITransmittalFile)
ITransmittalFilesGraph2 (Removed - Moved to ITransmittalFilesGraph)
ITransmittalInfo2 (Removed - Moved to ITransmittalInfo)
ITransmittalInfo3 (Removed - Moved to ITransmittalInfo)
ITransmittalOperation2 (Removed - Moved to ITransmittalOperation)
ITransmittalOperation3 (Removed - Moved to ITransmittalOperation)

AutoCAD 2009 and AutoCAD 2009-based Products

  • stdole2.tlb is referenced by the library
  • AcETransmit16.tlb file can be found in the inc-32 and inc-x64 folders of the ObjectARX 2009 SDK
  • The LONG_PTR data type is mapped to the data type in the 32-bit version of the library and the data type in the 64-bit version of the library longint64

Enums

DwgTrustInfo (New)
        eDwgUnTrusted = 0xffffffff
        eTrustInfoUnavailable = 0
        eDwgTrusted = 1
ConvertStatus (New)
        eConverted = 0
        eSaveError = 1
        eRecovered = 2
        eEduVersionError = 3
        eShareViolationError = 4
        eMissingFiles = 5
        eSignedFileError = 6

Interfaces

ITransmittalFileOperationOverride (New)
        Open - Method (New)
        Close - Method (New)
        PreProcessHandling - Method (New)

AutoCAD 2008 and AutoCAD 2008-based Products

  • stdole2.tlb is referenced by the library
  • AcETransmit16.tlb file can be found in the inc folder of the ObjectARX 2008 SDK

Enums

FileType (Changed)
        ePhotometricWebFile = 23 (New)
        eDataLinkFile = 24 (New)

Interfaces

ITransmittalInfo3 (New)
        dataLinkRelativePath - Property (New)
        includeDataLinkFile - Property (New)
        includePhotometricWebFile - Property (New)
        visualFidelity - Property (New)
ITransmittalOperation3 (New)
        getTransmittalInfoInterface - Method (New)
ITransmittalFilesGraphPrivate (Changed)
        add - Method (Changed to support 64-bit)
        nodeAt - Method (Changed to support 64-bit)

AutoCAD 2007 and AutoCAD 2007-based Products

  • stdole2.tlb is referenced by the library
  • AcETransmit16.tlb file can be found in the inc folder of the ObjectARX 2007 SDK

Enums

FileType (Changed)
        eDGNUnderlay = 20 (New)
        eDWFUnderlay = 21 (New)
        eMaterialTextureFile = 22 (New)
SaveDwgFormat (Changed)
        eAutoCADR21 = 4 (New)

Interfaces

ITransmittalInfo2 (Changed)
        DGNUnderlayRelativePath - Property (New)
        DWFUnderlayRelativePath - Property (New)
        includeDGNUnderlay - Property (New)
        includeDWFUnderlay - Property (New)
        includeMaterialTextureFile - Property (New)

AutoCAD 2006 and AutoCAD 2006-based Products

  • No additions or changes to existing members
  • stdole2.tlb is referenced by the library
  • AcETransmit16.tlb file can be found in the inc folder of the ObjectARX 2006 SDK

AutoCAD 2005 and AutoCAD 2005-based Products

  • stdole2.tlb is referenced by the library
  • AcETransmit16.tlb file can be found in the inc folder of the ObjectARX 2005 SDK

Enums

FileType (Changed)
        eXrefAttachFile = 16 (New)
        eXrefOverlayFile = 17 (New)
        eSheetSetFile = 18 (New)
        eSheetSetSupportFile = 19 (New)
AddFileReturnVal (Changed)
        eFileAlreadyAdded = 5 (New)

Interfaces

ITransmittalDatabaseNotificationHandler (New)
        convertDatabase - Method
        postDatabaseProcessing - Method
        preDatabaseProcessing - Method
ITransmittalFile2 (New)
        database - Property
        fileExists - Property
        fileSize - Property
        getDependee - Method
        getDependent - Method
        includeInTransmittal - Property
        lastModifiedTime - Property
        numberOfDependees - Property
        numberOfDependents - Property
        sourcePath - Property
        targetSubPath - Property
        type - Property
        version - Property
ITransmittalFilesGraph2 (New)
        addEdge - Method
        getAt - Method
        getNumberOfFiles - Method
        getRoot - Method
        removeEdge - Method
        reset - Method
        totalBytes - Method
ITransmittalInfo2 (New)
        defaultOverwriteValue - Property
        destinationRoot - Property
        imageRelativePath - Property
        includeFontFile - Property
        includeImageFile - Property
        includePlotFile - Property
        includeXrefDwg - Property
        organizedFolder - Property
        plotConfigFilePath - Property
        plotStyleTablePath - Property
        preserveSubdirs - Property
        relativePath - Property
        resetPlotter - Property
        saveVersion - Property
        xrefRelativePath - Property
ITransmittalProgressHandler (New)
        isCanceled - Method
        processingFile - Method
ITransmittalOperation2 (New)
        addDrawingFile - Method
        addFile - Method
        addSheets - Method
        addSheetSelset - Method
        addToReport - Method
        archiveSheetSet - Method
        cancelDatabaseNotification - Method
        cancelSheetSetNotification - Method
        cancelSubscriptionToAddFileNotification - Method
        createTransmittalPackage - Method
        getTransmittalGraphInterface - Method
        getTransmittalInfoInterface - Method
        getTransmittalReport - Method
        recalcTargetSubPath - Method
        setProgressMeter - Method
        subscribeDatabaseNotification - Method
        subscribeSheetSetNotification - Method
        subscribeToAddFileNotification - Method
ITransmittalSheetSetNotification (New)
        preSheetSetProcessing - Method
        postSheetSetProcessing - Method

基于 AutoCAD 2004 和 AutoCAD 2004 的产品

  • 传递对象库简介
  • stdole2.tlb被库引用
  • AcETransmit16.tlb文件可以在 ObjectARX 2004 SDK 的inc文件夹中找到。

路过

雷人

握手

鲜花

鸡蛋

最新评论

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

GMT+8, 2024-5-19 12:08

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部