Sets the standards flags for an object in the database.
For internal use only.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
object.SetObjectFlags(pObj, flags, szUserIgnore, szAppIgnore)
C#:
object.SetObjectFlags(pObj, flags, szUserIgnore, szAppIgnore);
Type: AcStManager object
The object this method applies to.
Access: Input-only
Type: AcadObject object
The object whose flags to set.
Access: Input-only
Type: AcStFlags enum
The bitwise value of the flags to set for the object.
Access: Input-only
Type: String
The name of the user who is ignoring the error.
Access: Input-only
Type: String
The name of the application that is ignoring the error.
No return value.
The flags are used to identify objects that have been marked ignored by an application or a user.
The flags can be one or more values from the AcStFlags enumeration.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available