Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
How to get all the current configurations (the session config) in Creo Protoolkit?
I know that there is ProConfigoptionGet function, but it only retrieves the specified option name not all.
Thank you! 🙂
Solved! Go to Solution.
There are about 2000 config options available, not counting the "hidden" ones. I doubt there is any function that returns all of these settings. You will most likely have to make your own list of the ones you care about and Get them one at a time.
There are about 2000 config options available, not counting the "hidden" ones. I doubt there is any function that returns all of these settings. You will most likely have to make your own list of the ones you care about and Get them one at a time.
And for sure there is a none public ProArray struct😅