Hi I have a bunch of drawings where some contain an xref that was xclipped and others did not. I want to run a command on the files that use the xclip to generate the xclip frame polyline
So to the effect of:
(if (**xclip is used**)
(command "xclip" "all" "" "p")
)
Is there a way to write a conditional statement to prove xclip is used/active in the dwg? Does using xclip leave any sort of marker on the dwg file?
Thank you!