Share
 
 

AcStError Object (ActiveX/CSP)

An object that represents a standards violation (an error).

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Class Information

Class Name

AcStError

Object Inheritance
Object
   AcStError
Create Using

VB.NET

User-defined variable; New AcStError

C#

User-defined variable; new AcStError
Access Via

VB.NET

User-defined variable

C#

User-defined variable

Remarks

The AcStError object represents a standards violation in a drawing file. A standards violation is identified as a graphical or nongraphical object whose properties do not match an established standard.

Error objects are created by plug-ins and are passed to the Standards framework. When passed to the Standards framework, they are used to create reports, assigned a status, or used to gather information about the fix object that can might result the error.

An error object performs the following tasks:

  • Provides a description of the error and the object ID of the database object that is does not comply with the established standards.
  • Maintains a status so the error can be skipped or ignored in additional checks.
  • Provides a way of displaying and storing custom information in the CHX file created by the Batch Standards Checker.

Release Information

Releases: AutoCAD 2004 and later

  • AcStMgr.tlb - AutoCAD 2004 and later

Was this information helpful?