Category External tasks, Object ProValuedata

Function ProValuedataTransformGet


Description
Extracts a transform from a ProValueData.
Synopsis
#include <ProValue.h>
ProErrorProValuedataTransformGet(
ProValueData* value
/* (In)
the ProValueData to extract from
*/
ProMatrix transform
/* (Out)
the ProMatrix to extract into.
*/
)
Returns
PRO_TK_NO_ERRORThe extraction succeeded.
PRO_TK_BAD_INPUTSThe ProValueData did not contain a transform
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
  4. Element Trees: Principles of Feature Creation: Feature Element Values