Indicates the status of a drawing file after its converted during the creation of the transmittal package. (Internal Use Only)
Supported platforms: Windows only
Namespace: TRANSMITTALLib
Assembly: AcETransmit19.tlb
ConvertStatus
The enumeration values are used to determine the conversion status of a drawing file.
This enumeration is for internal use only.
These members are part of this enumeration:
Name |
Description |
---|---|
eConverted |
File was successfully converted. |
eEduVersionError |
File has an educational stamp. Removed in the AutoCAD 2015 release. |
eMissingFiles |
File has dependencies that are missing. |
eNotUsed |
File not used in the transmittal set. |
eRecovered |
File was successfully recovered. |
eSaveError |
An error was encountered saving the file. |
eShareViolationError |
An error was encountered opening the file. |
eSignedFileError |
An error was encountered saving the file as a result of having a digital signature. |
Releases: AutoCAD 2009 and later
VB.NET:
None available
C#
None available