Share
 
 

TransmittalFile Object (ActiveX/ATO)

An object that refers to a file in the transmittal set.

Supported platforms: Windows only

Namespace: TRANSMITTALLib

Assembly: acETransmit20.tlb

Class Information

Class Name

TransmittalFile

Object Inheritance
Object
   TransmittalFile
Create Using

VB.NET

TransmittalOperation.addDrawingFile()
TransmittalOperation.addFile()

C#

TransmittalOperation.addDrawingFile()
TransmittalOperation.addFile()
Access Via

VB.NET

TransmittalFilesGraph.getAt()
TransmittalFilesGraph.getRoot()

C#

TransmittalFilesGraph.getAt()
TransmittalFilesGraph.getRoot()

Remarks

The TransmittalFile object represents a drawing or support file that has been added to the transmittal set. You can get a listing of all files in the transmittal set as part of the file graph which is represented by an TransmittalFilesGraph object. The TransmittalFilesGraph object is returned from the getTransmittalGraphInterface method of the TransmittalOperation object.

Release Information

Releases: AutoCAD 2004 and later

History

  • The ITransmittalFile2 interface was merged with ITransmittalFile in the AutoCAD 2010 version of the library.
  • The ITransmittalFile2 interface was added to the AutoCAD 2005 version of the library to extend the functionality of the ITransmittalFile interface.

    These properties were added:

    database
    fileExists
    fileSize
    includeInTransmittal
    lastModifiedTime
    numberOfDependees
    numberOfDependents
    sourcePath
    targetSubPath
    type
    version

    These methods were added:

    getDependee
    getDependent

Was this information helpful?