Message 1 of 13
Please explain accessing FamilySymbol Name Parameter

Not applicable
09-29-2015
08:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can someone please explain why accessing a family Symbol's name parameter is so unusual.
FamSym.Name
This looks like it should work when I look at the help file, and I've seen examples of this being used online. However, if I use it in my Python scripts I get an error saying that property doesn't exist. To get around this I have to use:
FamSym.get_Parameter(BuiltInParameter.SYMBOL_NAME_PARAM)
This obviously works, but it's been a hang up while I'm working, and I'm interested to know why I have to handle this differently than other object names.
Cheers
Eric