Category Creo Parametric user interface, Object ProMenubar

Function ProMenubarMenuRadiogrpValueGet


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>
ProErrorProMenubarMenuRadiogrpValueGet(
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
PRO_TK_NO_ERRORThe function successfully returned the value.
PRO_TK_GENERAL_ERRORThe function failed to return the value.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0

Sample Code References:

  1. pt_examples ( TestMenubar.c )
  2. pt_examples ( TestMenubar.c )