C++
void setWorkingTransactionManager( AcDbTransactionManager* pTM );
Description
This method sets the default transaction manager for the current document. A transaction manager is required by certain database code. By default, acdb.dll has its default transaction manager already. RealDWG host applications are not required to call this method.
Parameters
Parameters | Description |
---|---|
pTM | Pointer to the transaction manager to be used. |