Set Drawing as Saved without Really Saving it.

Set Drawing as Saved without Really Saving it.

arcticad
Advisor Advisor
220 Views
2 Replies
Message 1 of 3

Set Drawing as Saved without Really Saving it.

arcticad
Advisor
Advisor
Anyone know how I can set a drawing as being saved.

I want to insert a block when the drawing is opened.

But I don't want to be prompted to save changes if I close it.

without making any additional changes.
---------------------------



(defun botsbuildbots() (botsbuildbots))
0 Likes
221 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You can use Visual LISP for that:

(acad-Push-DbMod)
and
(acad-Pop-DbMod)

There is no way in ActiveX. I don't know if you can in .NET.

--
R. Robert Bell


wrote in message news:5416920@discussion.autodesk.com...
Anyone know how I can set a drawing as being saved.

I want to insert a block when the drawing is opened.

But I don't want to be prompted to save changes if I close it.

without making any additional changes.
0 Likes
Message 3 of 3

arcticad
Advisor
Advisor
Thank You!
---------------------------



(defun botsbuildbots() (botsbuildbots))
0 Likes