Message 1 of 4
Not applicable
04-25-2018
03:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create parameters from a list of parameters but I am running into an issue with the BuiltInParameterGroup.
I currently have the BuiltInParameterGroup as a string such as PG_CONSTRAINTS, but obviously that isn't working because the FamilyManager.AddParameter() function requriest a BuiltInParameterGroup and not a String.
Is there an easy way to convert that string into the BuiltInParameterGroup enumeration? I'm working in Python, so if anyone has any idea specific to python that would be awesome, but I can also try to figure it out if it's in C#.
Thanks!
Solved! Go to Solution.