Sets the AcStIgnoreByApplication flag and the name of the application ignoring the error.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
object.IgnoredByApplicationPut(bIgnored, appName)
C#:
object.IgnoredByApplicationPut(bIgnored, appName);
Type: AcStError object
The object this method applies to.
Access: Input-only
Type: Boolean
Access: Input-only
Type: String
The name of the application marking the error as ignored.
No return value.
No additional remarks.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available