How to access the ‘Include Path’ checkbox in the Xref dialog?

By Gopinath Taget

There is no variable or user setting that allows access to this checkbox other than what is provided with the XREF command. However, the code behind this is able to set the path of the xref directly.

For example, the ObjectARX method AcDbBlockTableRecord::setPathName() will do this. You can also use AcDbBlockTableRecord::pathName() to check on the current path setting for a given xref.


Comments

Leave a Reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading