Message 1 of 5
A dictionary of strings.
Not applicable
01-23-2012
06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
I'm struggling to create a drawing specific dictionary of strings.
I have blocks that I'm inserting which will obey the properties of certain types. These types can be edited per drawing, so aren't predefined.
I've looked into the NOD, but so far I've only used it for xrecords, whose data isn't keyed. I was hoping to not have to create a new xrecord for each type, but rather store the information in a dictionary that can manipulated by the user.
I've seen and used DBDictionaries, but they appear to only accept DBObjects which strings are not. The first thing I want to store against a key is a hatch pattern background colour.
If there's a better way of doing what I'm looking for, I'm open to suggestions.
Thanks
MrRamsden