AcStFlags Enumeration (ActiveX/CSP)

Indicates whether a standards violation was ignored and if so by who.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

AcStFlags

Remarks

The enumeration values specify whether a standards violation found was ignored. If the violation was ignored, it could have been done by the application or user.

Members

These members are part of this enumeration:

Name

Description

acStFlagsNone

Standards violation was not ignored

acStIgnoreByApplication

Standards violation was ignored by the application

acStIgnoreByUser

Standards violation was ignored by the user

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

None available

C#

None available