Object
ProLayeritemarray
Function ProLayeritemarrayFree
Description
Frees an array of
ProLayerItem
returned from
ProLayerItemsPopulate
().
Synopsis
#include <
ProLayer.h
>
ProError
ProLayeritemarrayFree
(
ProLayerItem
**
array
/* (In)
The address of the array to be freed
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the array.
Manual References:
Core: Models and Model Items: Layers
Core: Models and Model Items: Layers
Sample Code References:
pt_examples ( TestLayer.c )