Serialize Autocad Document

Serialize Autocad Document

Anonymous
Not applicable
721 Views
4 Replies
Message 1 of 5

Serialize Autocad Document

Anonymous
Not applicable
Is there a way to serialize/deserialize the entire Autocad Document to send or receive it into a binary stream object.

I will appreciate any help
0 Likes
722 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Yes. The binary format is called the .dwg file.

Albert

wrote in message news:4933288@discussion.autodesk.com...
Is there a way to serialize/deserialize the entire Autocad Document to send
or receive it into a binary stream object.

I will appreciate any help
0 Likes
Message 3 of 5

Anonymous
Not applicable
Actually what I was looking for was to read the content of the entire drawing (which is not saved to a local disk) and be able to send it to a remote location using streams. The case is a remote file that is loaded to the Temporal Internet Files folder and then open, the file displays its remote location on the windows title bar. You can not save the document on this location without changing the windows title information of the drawing, and I wanted to save it back to its remote location.
0 Likes
Message 4 of 5

Anonymous
Not applicable
What's wrong with saving to a local file and copying it
to wherever you want?

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com

wrote in message news:4972387@discussion.autodesk.com...
Actually what I was looking for was to read the content of the entire drawing (which is not saved to a local disk) and be able to send it to a remote location using streams. The case is a remote file that is loaded to the Temporal Internet Files folder and then open, the file displays its remote location on the windows title bar. You can not save the document on this location without changing the windows title information of the drawing, and I wanted to save it back to its remote location.
0 Likes
Message 5 of 5

Anonymous
Not applicable
Actually that is what I end up doing, the problem is that the users got confused with the path displayed on the windows title since it shows by default the local full path and they get the impression that are working with another file and not with the remote one. I was trying to disable the display full path feature programatically but I could not find the file preference option. It will be great if I can only display the filename on the tile bar.

Thanks for your help
0 Likes