Builds an array of object IDs that represent the objects which were modified and need to be checked.
For internal use only.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
object.AddToObjectIdList(objId, pClass, flags)
C#:
object.AddToObjectIdList(objId, pClass, flags);
Type: AcStErrorIterator object
The object this method applies to.
Access: Input-only
Type: LongPtr (Long)
The object ID of the object to add to the array.
Access: Input-only
Type: LongPtr (Long)
The pointer of the object to add to the array.
The object should derive from the AcRxClass, AcDbObject, or AcadObject type.
Access: Input-only
Type: Long
The context in which the AutoCAD program is currently executing.
No return value.
No additional remarks.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available