Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLongTransaction::addToWorkSet Method
Syntax
C++
OdResult addToWorkSet(OdDbObjectId ObjectId);

Adds the specified object to the current work set. 

 

Parameters
Description
objectId
[in] Object ID to be added.

Returns eOk if successful, or an appropriate error code if not. 

objectId must be in the same database as the the transaction. 

objectId can specify objects from either the origin block or destination block. Objects from the destination block will be cloned; objects from the origin block will not.

Copyright © 2002-2022. Open Design Alliance All rights reserved.