Indicates the file format that all drawings will be converted to in the transmittal set.
Supported platforms: Windows only
Namespace: TRANSMITTALLib
Assembly: acETransmit20.tlb
Signature
SaveDwgFormat
Remarks
The enumeration values specify the file formats that all drawing files in the transmittal set can be saved to when the createTransmittalPackage method of the TransmittalOperation object is executed. The values represent those returned by or assigned to the saveVersion property of a TransmittalInfo object.
Members
These members are part of this enumeration:
Name |
Description |
---|---|
eAutoCAD14 |
AutoCAD R14 file format |
eAutoCAD2000 |
AutoCAD 2000 file format |
eAutoCADR18 |
AutoCAD 2004 file format |
eAutoCADR21 |
AutoCAD 2007 file format |
eAutoCADR24 |
AutoCAD 2010 file format |
eAutoCADR27 |
AutoCAD 2013 file format |
eAutoCADR32 |
AutoCAD 2018 file format |
eNoConversion |
File format of all drawings in the transmittal set remain unchanged |
Release Information
Releases: AutoCAD 2004 and later
History
- eAutoCADR32 was introduced with the AutoCAD 2018 version of the library
- eAutoCADR27 was introduced with the AutoCAD 2013 version of the library
- eAutoCADR24 was introduced with the AutoCAD 2010 version of the library
- eAutoCADR21 was introduced with the AutoCAD 2007 version of the library
Examples
VB.NET:
None available
C#
None available