Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbBaseLongTransactionPE::workSetHas Method
Syntax
C++
virtual bool workSetHas(const OdRxObject * pLT, OdDbStub * pId) const = 0;

Determines whether a specified long transaction object contains a specified object in its workset. 

 

Parameters
Description
pLT
[in] A pointer to a long transaction object.
pId
[in] A pointer to an identifier of an object.

Returns true if the long transaction workset contains the object specified with the identifier pId parameter. Otherwise returns false.

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