Function ProCmdRadiogrpValueGet
Description
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 Ribbon UI only.
Synopsis
#include <ProUICmd.h>
ProCmdRadiogrpValueGet
(
uiCmdValue* cmd_value
/* (In)
The second argument of the option_cb function
*/
ProCmdItemName selected_item
/* (Out)
The name of the selected item in the radio group
*/
)
Returns
The function successfully returned the value.
The function failed to return the value.
User Guide References
Est-ce que cela a été utile ?