Function ProMenubarMenuRadiogrpValueGet
DEPRECATED:
Since Creo 1
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>
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
The function successfully returned the value.
The function failed to return the value.
Sample Code References
User Guide References
これは役に立ちましたか?