Message 1 of 4
Relative Path Xref's
Not applicable
09-09-2003
11:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use the following code to attach an xref. With 2004 you can now have
relative xref paths, is it possible to use a relative path in VBA? If so
how do I do it?
Set insxref = ThisDrawing.ModelSpace.AttachExternalReference(file, blkname,
inspt, xsc, ysc, zsc, rot, False)
Thanks,
Andrew
relative xref paths, is it possible to use a relative path in VBA? If so
how do I do it?
Set insxref = ThisDrawing.ModelSpace.AttachExternalReference(file, blkname,
inspt, xsc, ysc, zsc, rot, False)
Thanks,
Andrew