pe_array_values_copy |
Retrieves a copy of the values in an array
void pe_array_values_copy (PE_ARRAY array, double *values);
array | The array object |
values | A pointer to a copy of the array values |
This function retrieves a copy to the values of an array. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.
On success, a copy to the values of the specified array object; on failure, a null copy