AcStResultStatus Enumeration (ActiveX/CSP)

Indicates the current status of a standards violation.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

AcStResultStatus

Remarks

The enumeration values specify the current status of a standards violation. The values represent those returned by or assigned to the ResultStatus property of an AcStError object.

Members

These members are part of this enumeration:

Name

Description

acStResBadObjectNotFound

Object associated to the standards violation is not valid

acStResFixed

Standards violation was fixed

acStResFixFailed

Standards violation could not be fixed

acStResFixObjectNotFound

Corresponding standards object is invalid

acStResFlagsNone

No status has been assigned to the standards violation

acStResIgnoreByApplication

Standards violation was ignored by the application

acStResIgnoreByUser

Standards violation was ignored by the user

acStResNoRecommendedFix

No recommended fix for the standards violation

acStResNotFixable

Standards violation cannot be fixed

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

None available

C#

None available