Indicates the current status of a standards violation.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
AcStResultStatus
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.
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 |
Releases: AutoCAD 2004 and later
VB.NET:
None available
C#
None available