C++
virtual bool getNextOwnedObject( AcDbObjectId& id );
Description
In the object ID queue, sets id to the next object ID for an object owned by another object being cloned. It then returns true. If there are no more object IDs of owned objects in the object ID queue, then false is returned (id may or may not be set depending on whether or not there are any object IDs in the queue).
Sets id to the next object ID in the object ID queue for an object owned by another object being cloned. It then returns true.
Parameters
Parameters | Description |
---|---|
id | Returns object ID of next owned object in the queue |