Category Features, Object ProUdfdata

Function ProUdfdataOrientationAdd


Description
Adds an orientation to the UDF data
Replacement in Object TOOLKIT: pfcUDFPromptCreateInstructions::Create
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataOrientationAdd(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdforientation orientaton
/* (In)
The orientation
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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