SE_shape_free_array

Frees the memory allocated for an array.

Usage syntax

void SE_shape_free_array (LONG num_shapes, SE_SHAPE *shapelist);

Parameters
num_shapes The number of shape objects in the array
shapelist A handle to an array of shape objects
Description

Frees the memory allocated for an array.

Returns

None