C++
void endAttach( AcDbDatabase* ) override;
Description
This callback function indicates that an external reference attach operation has been performed to the drawing pTo, and has completed successfully.
Note: In the context of the AutoCAD XREF command, the "attach" process that this notification is dealing with is strictly the operation of importing objects from a drawing file on disk into the drawing currently in the AutoCAD editor. The AcEditorReactor::endAttach notification is sent before the user is ever prompted for the insertion point because the actual import operation takes place before that prompt is given.
Parameters
| Parameters | Description |
|---|---|
| pTo | Passed in pointer to target drawing database |