Message 1 of 21
Best object for automatic creation: Xrecord or Xdata

Not applicable
04-10-2010
05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been trying to find a solution to a problem. We have with moving a lot of our drawings into AutoCAD from another program, and the biggest concern we have is unique identifiers. Basically, we have blocks that each represent a specific object in the drawing that, later, need to be unique for a particular building and ALWAYS be unique. We have an automated program that, once I find a solution for, should take these objects and save their data off into a database somewhere else to track these objects, their properties, ect.
Currently, I'm looking at the handles of these objects and exporting the handles as the unique identifier. However, extra data might need to be added to these at the creating of the objects. Example: someone goes into the drawing and needs to add a new object. The desired effect would be that they draw the object or block out and save it. Once done being drawn, they attach some type of added object to it that would allow them to input data for that object. Either that, or have the data inputed before the can actually draw it.
I need help determining what the best way to store uniquie object data is.
Thanks in advance.
Currently, I'm looking at the handles of these objects and exporting the handles as the unique identifier. However, extra data might need to be added to these at the creating of the objects. Example: someone goes into the drawing and needs to add a new object. The desired effect would be that they draw the object or block out and save it. Once done being drawn, they attach some type of added object to it that would allow them to input data for that object. Either that, or have the data inputed before the can actually draw it.
I need help determining what the best way to store uniquie object data is.
Thanks in advance.