C++
void abortWblock( AcDbDatabase* ) override;
Description
This callback function indicates that a wblock being performed to the drawing pTo was terminated and did not complete.
If this notification occurs, then the pTo database is in an unstable incomplete state because the wblock operation is only partially completed.
Parameters
| Parameters | Description |
|---|---|
| pTo | Passed in pointer to target drawing database |