Category Creo Parametric TOOLKIT fundamentals, Object ProWstring

Function ProWstringArrayObjectRemove


Description
Removes a wide string from a specified location in the array.
Synopsis
#include <ProWstring.h>
ProErrorProWstringArrayObjectRemove(
ProWstring** p_array
/* (In)
The address of the array.
*/
int index
/* (In)
The position at which to remove the objects from the array. The index value can range from 0 to (size of array-1). If the index is less than 0 (PRO_VALUE_UNUSED), the array shrinks by n_objects.
*/
int n_objects
/* (In)
The number of objects to remove.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the objects.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( TestPartMaterial.c )