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