A representation of the relationship between a host drawing and any referenced files.
Supported platforms: Windows only
Namespace: TRANSMITTALLib
Assembly: AcETransmit19.tlb
TransmittalFilesGraph
Object TransmittalFilesGraph
VB.NET
Not available
C#
Not available
VB.NET
TransmittalOperation.getTransmittalGraphInterface()
C#
TransmittalOperation.getTransmittalGraphInterface()
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
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.
Releases: AutoCAD 2004 and later
These methods were removed:
add remove
These methods were added:
addEdge getAt getNumberOfFiles getRoot removeEdge reset totalBytes