A representation of the relationship between a host drawing and any referenced files.
Supported platforms: Windows only
Namespace: TRANSMITTALLib
Assembly: acETransmit20.tlb
Class Information
- Class Name
-
TransmittalFilesGraph
- Object Inheritance
-
Object TransmittalFilesGraph
- Create Using
-
VB.NET
Not available
C#
Not available
- Access Via
-
VB.NET
TransmittalOperation.getTransmittalGraphInterface()
C#
TransmittalOperation.getTransmittalGraphInterface()
Members
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
Remarks
The TransmittalFilesGraph object represents a graph of the host drawing in the transmittal set as the root node and all other referenced files as nodes in the graph. You can get a file from the graph with the getAt method of the TransmittalFilesGraph object. The getAt method returns a TransmittalFile object that represents a file in the transmittal set.
Release Information
Releases: AutoCAD 2004 and later
History
- The
ITransmittalFilesGraph2 interface was merged with
ITransmittalFile in the AutoCAD 2010 version of the library.
These methods were removed:
add remove
- The
ITransmittalFilesGraph2 interface was added to the AutoCAD 2005 version of the library to extend the functionality of the
ITransmittalFilesGraph interface.
These methods were added:
addEdge getAt getNumberOfFiles getRoot removeEdge reset totalBytes