I don't expect a quick reply, or any reply at all given the understandable inactivity of the CC section of the forum, but I'd hoped that someone might be able to help me with a problem.
Currently, I'm doing this,
<img src="http://i.imgur.com/5EYyIbs.png" border="0" />
At the moment, storing this few of names in a hash table isn't inconvenient, but I feel like there should be a better way to do this. Eventually I will be needing to store more object names in the hash table.
All of these objects are in a family, but I can't figure out a way to do a "For Each Object OID or Object type" in a family in order to condense these actions.
A solution to this would help me in many other areas of my project as well so any ideas would be greatly appreciated.
Update: I've solved my problem. "For Each" conditions and families seem to work just fine. I was just being an idiot and forgot to stringify the OIDs that I was storing. I can now store an entire families' objects' OIDs as names in a hashtable.