Object
ProIntarray
Function ProIntarrayFree
Description
Free a plain integer array returned by a Creo Parametric TOOLKIT function
Synopsis
#include <
ProUtil.h
>
ProError
ProIntarrayFree
(
int*
plain_array
/* (In)
The plain integer array
*/
)
Returns
PRO_TK_NO_ERROR
The memory was freed
PRO_TK_GENERAL_ERROR
The memory was not freed, e.g. due to bad address
Manual References:
Core: Utilities: Freeing Integer Outputs