DEPRECATED: | Since Creo 1 | |||||||
SUPERSEDED BY: | ProCmdRadiogrpValueGet | |||||||
Description | ||||||||
Note: This API is deprecated. Use ProCmdRadiogrpValueGet() instead.
Gets a value of the radio group in the menu of Creo Parametric. This function should be executed in the option_cb specified by ProCmdOptionAdd(). This function affects the top-level Creo Parametric menu bar only. |
||||||||
Synopsis | ||||||||
#include <ProMenuBar.h> | ||||||||
ProError | ProMenubarMenuRadiogrpValueGet | ( | ||||||
uiCmdValue* cmd_value | ||||||||
/* (In) | ||||||||
The second argument of the option_cb function | ||||||||
*/ | ||||||||
ProMenuItemName selected_item | ||||||||
/* (Out) | ||||||||
The name of the selected item in the radio group | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|