Indicates the status of a file being processed by CAD Standards or the Batch Standards Checker.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
AcStFileStatus
The enumeration values specify the status of the file being processed.
These members are part of this enumeration:
Name |
Description |
---|---|
acStFileStatusAccessDenied |
Drawing file could not be accessed |
acStFileStatusBadPassword |
Drawing file could not be opened as a result of being password protected |
acStFileStatusFound |
Drawing file was found |
acStFileStatusInvalid |
Drawing file could not be opened for read |
acStFileStatusInvalidURL |
Drawing file hosted on a Web server could not be located |
acStFileStatusMissing |
Drawing file could not be located |
acStFileStatusMissingDws |
Drawing standards file could not be located |
acStFileStatusNewerVersionAvailable |
Newer version of the file was found |
acStFileStatusTimeOut |
Timeout limit was reached while a drawing file was being processed with the Batch Standards Checker |
Releases: AutoCAD 2004 and later
VB.NET:
None available
C#
None available