Message 1 of 8
Storing data in the drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for a way to store some data in the actual drawing and I ran across "VLAX-LDATA-PUT".
I did some research about it and ran across some post on the OpenDCL forums saying that it shouldn't be used
https://opendcl.com/forum/index.php?topic=1191.0
Im curious to see what some of the top guys have to say about this.
I dont want to store xdata in a object that can be deleted, but instead store it in the drawing itself. For example if I wanted to store the current drawing revision as data.
I looked into storing the data the drawing properties, but once its set it would error out. Aside from that it could be easily edited by someone.