Share
 
 

TransmittalInfo Object (ActiveX/ATO)

An object that represents the settings to use when converting drawings in a transmittal set and creating a transmittal package.

For internal use only.

Supported platforms: Windows only

Namespace: TRANSMITTALLib

Assembly: acETransmit20.tlb

Class Information

Class Name

TransmittalInfo

Object Inheritance
Object
   TransmittalInfo
Create Using

VB.NET

Not available

C#

Not available
Access Via

VB,NET

TransmittalOperation.getTransmittalInfoInterface()

C#

TransmittalOperation.getTransmittalInfoInterface()

Remarks

The TransmittalInfo object is created when a new instance of a TransmittalOperation object is created. Adjust the settings of the TransmittalInfo object before creating a transmittal package by executing the createTransmittalPackage method of the TransmittalOperation object.

This object is for internal use only.

Release Information

Releases: AutoCAD 2004 and later

History

  • The ITransmittalInfo interface was changed to the AutoCAD 2015 version of the library.

    These properties were added:

    removeDesignFeed
  • The ITransmittalInfo2 and ITransmittalInfo3 interfaces were merged with ITransmittalInfo in the AutoCAD 2010 version of the library.

    These properties were also added:

    includeMaterialTextureFile
    includeNestedOverlayXrefDwg
    includeUnloadedXrefDwg

    These properties were also removed:

    overwriteFileHandler
  • The ITransmittalInfo3 interface was added to the AutoCAD 2008 version of the library to extend the functionality of the ITransmittalInfo and ITransmittalInfo2 interfaces.

    These properties were added:

    dataLinkRelativePath
    includeDataLinkFile
    includePhotometricWebFile
    visualFidelity
  • The ITransmittalInfo2 interface was changed to the AutoCAD 2007 version of the library.

    These properties were added:

    DGNUnderlayRelativePath
    DWFUnderlayRelativePath
    includeDGNUnderlay
    includeDWFUnderlay
    includeMaterialTextureFile
  • The ITransmittalInfo2 interface was added to the AutoCAD 2005 version of the library to extend the functionality of the ITransmittalInfo interface.

    These properties were added:

    defaultOverwriteValue
    destinationRoot
    imageRelativePath
    includeFontFile
    includeImageFile
    includePlotFile
    includeXrefDwg
    organizedFolder
    plotConfigFilePath
    plotStyleTablePath
    preserveSubdirs
    relativePath
    resetPlotter
    saveVersion
    xrefRelativePath

Was this information helpful?