- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If you have two images with same name, but different folders, you run into a problem when attaching using -IMAGE where the second one fails. Its because the alias name is the same as the first.
If you do this with regular dialog box commands like IMAGE, it automatically adds a "_1" at the end to avoid the problem.
I have tools that attach images using a typical world file, just in regular acad, no map or civil3d needed.
They fail on images of the same name though, and you must adjust the other image aliases by hand to "make room" for the next one.
Anyway, I want something like this to work:
(COMMAND "-Image" "Test=D:\\Volume Projects\\Grid Volume Surface Prop vs Exist.png" "0,0" "1" "" "0")
That works with -XREF.
I know how to modify the name after its attached, in lisp, activex, .net...all APIs but the image must be attached first with default name and that is the problem.
Any Ideas?
thx
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties
Solved! Go to Solution.