AcStFileStatus Enumeration (ActiveX/CSP)

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

Signature

AcStFileStatus

Remarks

The enumeration values specify the status of the file being processed.

Members

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

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

None available

C#

None available