API Documentation
>
Features
>
Object ProUdfdata
> Function ProUdfdataUdfvardimAdd
Function ProUdfdataUdfvardimAdd
Description
Adds a variable dimension structure to the UDF data
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfdataUdfvardimAdd
(
ProUdfdata
data
/* (In)
The UDF data
*/
ProUdfvardim
vardim
/* (In)
The variable dimension data
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Sample Code References
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
User Guide References
Variable Dimensions and Pattern Parameters:ProUdfdataUdfvardimAdd
Was this helpful?
This site works best with JavaScript enabled