C++
void endRestore( AcDbDatabase* ) override;
Description
This callback indicate that the Xref was previously unloaded, and now has been reloaded, but its file has not changed.
Instead of loading another copy of the file into memory, the previous settings of the Xref have been restored. Purged symbols and the entities in the block are restored. Applications which made changes during the xrefSubcommandUnloadItem() callback for this Xref will then need to undo those changes.
Parameters
| Parameters | Description |
|---|---|
| pTo | Passed in pointer to target drawing database |