Category Features, Object ProUdfdata

Function ProUdfdataScaleSet


Description
Sets the UDF scale type and scale in the UDF data
Replacement in Object TOOLKIT: pfcUDFPromptCreateInstructions::Create
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataScaleSet(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfscaletype type
/* (In)
The scale type
*/
double scale
/* (In)
The scale factor, if type == PROUDFSCALETYPE_USER
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Core: Features: The UDF Input Data Structure ProUdfdata
  2. Core: Features: The UDF Input Data Structure ProUdfdata

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )