Category Custom user interface, Object ProUIInputpanel

Function ProUIInputpanelDoubleGet


Description
Reports the double value of the input panel, if the input type is PROUIINPUTTYPE_DOUBLE.
Synopsis
#include <ProUIInputpanel.h>
ProErrorProUIInputpanelDoubleGet(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* component
/* (In)
The name of the input panel component
*/
double* value
/* (Out)
The double value of the input panel.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Input Panel Attributes

Sample Code References:

  1. pt_geardesign ( GearDesignUI.c )
  2. pt_geardesign ( GearDesignUI.c )
  3. pt_geardesign ( GearDesignUI.c )
  4. pt_geardesign ( GearDesignUI.c )
  5. pt_geardesign ( GearDesignUI.c )
  6. pt_geardesign ( GearDesignUI.c )
  7. pt_geardesign ( GearDesignUI.c )
  8. pt_geardesign ( GearDesignUI.c )
  9. pt_geardesign ( GearDesignUI.c )
  10. pt_geardesign ( GearDesignUI.c )
  11. pt_geardesign ( GearDesignUI.c )
  12. pt_geardesign ( GearDesignUI.c )
  13. pt_geardesign ( GearDesignUI.c )
  14. pt_geardesign ( GearDesignUI.c )
  15. pt_geardesign ( GearDesignUI.c )
  16. pt_geardesign ( GearDesignUI.c )
  17. pt_geardesign ( GearDesignUI.c )
  18. pt_geardesign ( GearDesignUI.c )
  19. pt_geardesign ( GearDesignUI.c )
  20. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  21. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )