SE_rastercolumn_free_info_list

Releases memory allocated for a list of raster column structures

Usage syntax

void SE_rastercolumn_free_info_list
(LONG count,
SE_RASCOLINFO rascol_list);

Parameters

count The number of raster columns in the list
rascol_list Address of a pointer set to a dynamically allocated space which contains an array of SE_RASCOLINFO structures
Description

SE_rastercolumn_free_info_list frees the memory allocated for the list of raster column structures returned by SE_rastercolumn_get_info_list.

Returns

None