SaveDwgFormat Enumeration (ActiveX/ATO)

Indicates the file format that all drawings will be converted to in the transmittal set.

Supported platforms: Windows only

Namespace: TRANSMITTALLib

Assembly: AcETransmit19.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

eNoConversion

File format of all drawings in the transmittal set remain unchanged

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

None available

C#

None available