Object ProLayeritemarray

Function ProLayeritemarrayFree


Description
Frees an array of ProLayerItem returned from ProLayerItemsPopulate().
Synopsis
#include <ProLayer.h>
ProErrorProLayeritemarrayFree(
ProLayerItem** array
/* (In)
The address of the array to be freed
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the array.

Manual References:

  1. Core: Models and Model Items: Layers
  2. Core: Models and Model Items: Layers

Sample Code References:

  1. pt_examples ( TestLayer.c )