Description | ||||||||
Sets a new value for the radio group in the menu of Creo Parametric.
This function affects the top-level Creo Parametric Ribbon UI only. This function is executed only in the set_value_cb specified by ProCmdOptionAdd(). |
||||||||
Synopsis | ||||||||
#include <ProUICmd.h> | ||||||||
ProError | ProCmdRadiogrpValueSet | ( | ||||||
uiCmdValue* cmd_value | ||||||||
/* (In) | ||||||||
The second argument of the set_value_cb function. | ||||||||
*/ | ||||||||
ProCmdItemName selected_item | ||||||||
/* (In) | ||||||||
The name of the item in the radio group to be selected. The memory must be static or preallocated. In the second case, do not free the memory. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|