Category External tasks, Object ProValuedata

Function ProValuedataTransformSet


Description
Stores a transform in a ProValueData.
Synopsis
#include <ProValue.h>
ProErrorProValuedataTransformSet(
ProValueData* value
/* (In)
the ProValueData to store in.
*/
ProMatrix transform
/* (In)
the transform to store.
*/
)
Returns
PRO_TK_NO_ERRORThe storage succeeded.
PRO_TK_GENERAL_ERRORThe storage failed.

Manual References:

  1. Task Based Application Libraries: ProArgument and Argument Management
  2. Task Based Application Libraries: ProArgument and Argument Management
  3. Element Trees: Principles of Feature Creation: Feature Element Values

Sample Code References:

  1. pt_examples ( TestProcstep.c )