Mapkeys in Tools->Options
Hello all,
First time poster here. Thanks for the supportive community.
I am trying to get the mapkeys that are being loaded in the current Pro/E session using Pro/TOOLKIT. Is that possible? Here is what I tried with no success:
ProName name( L" );
ProStringToWstring( name, "mapkey"/*"visible_mapkey"*/ );
ProPath * mapkeys;
ProError err = PRO_TK_NO_ERROR;
err = ProConfigoptArrayGet( name, & mapkeys );
If I tried to get 'value' associated with "visible_mapkey" I do get a valid value of "NO". If instead I try to get the value of "mapkey", I get NULL and a ProError of 'PRO_TK_E_NOT_FOUND'. Of course opening, PROE=>Tools=>Options does show me the "mapkey" entries (many of them).
Does Pro/TK provide a way to get the "mapkeys" that are listed in Tools=>Options?
Any suggestions/advice would be most appreciated.
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

