API Documentation > Features > Object ProUdfdata > Function ProUdfdataScaleSet
Function ProUdfdataScaleSet
Description
Sets the UDF scale type and scale in the UDF data
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProUdfdataScaleSet
(
/* (In)
The UDF data
*/
/* (In)
The scale type
*/
double scale
/* (In)
The scale factor, if type == PROUDFSCALETYPE_USER
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
Was this helpful?