Category Creo Parametric TOOLKIT fundamentals, Object ProWstring

Function ProWstringArrayToValueArray


Description
Converts an array of strings to an array of ProValues.
Synopsis
#include <ProValue.h>
ProErrorProWstringArrayToValueArray(
ProLine* wstring_array
/* (In)
The input array of strings.
*/
int n_lines
/* (In)
The number of lines.
*/
ProValue** p_value_array
/* (Out)
The array of ProValues. The function allocates the memory for this argument. Use the function ProArrayFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully converted the array of strings to an array of values.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
See Also
ProArrayFree

Manual References:

  1. Element Trees: Principles of Feature Creation: Feature Element Values
  2. Element Trees: Principles of Feature Creation: Feature Element Values