Share

AcEditorReactor::wblockNotice

C++

void wblockNotice(
    AcDbDatabase*
) override;

Description

This callback function indicates that a wblock operation is about to start. pDb points to the AcDbDatabase from which the new database will be created.

For applications that need to attach a reactor to the destination database to monitor the appending of objects to it, use the AcEditorReactor::beginDeepClone() or AcEditorReactor::beginWblock() notifications.

Parameters

Parameters Description
pDb Passed in pointer to source AcDbDatabase

Links

AcEditorReactor Class

Was this information helpful?