save the content of a AcDbObject to a file

save the content of a AcDbObject to a file

Anonymous
Not applicable
306 Views
1 Reply
Message 1 of 2

save the content of a AcDbObject to a file

Anonymous
Not applicable
I am a new user of objectArx.here is my problem.
Now i need to send the content of a AcDbObject through network.But i can't find any function to get the content of a AcDbObject.
So i think if save a AcDbObject to a file, the file can be send through network.It also do.
Can any one give me some idea of saving a AcDbObject to a file?or get the content of AcDbObject so i can send it through network.

THANKS!!
0 Likes
307 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
>> Can any one give me some idea of saving a AcDbObject
>> to a file?or get the content of AcDbObject so i can send
>> it through network.

AcDbDatabase::saveAs()

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2008
Supporting AutoCAD 2000 through 2008
http://www.acadxtabs.com
0 Likes