Message 1 of 5
Reading family parameter values without an instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Let's assume I have such family tree in my project:
Family A
Type A1
Type A2
Type A3
Family B
Type B1
Type B2
The families are not system families (they are editable). I wan't to check what is the value of Family Parameter XYZ (let's assume it's a YesNo type parameter) of each type of these families. Can I do that without having to make an instance of each or going into EditFamily mode and looping through types? How?