SE_rasterattr_free |
Releases memory allocated for an SE_RASTERATTR structure
void SE_rasterattr_free (SE_RASTERATTR handle);
handle | The pointer to a raster attribute structure |
SE_rasterattr_free frees the memory allocated for an SE_RASTERATTR structure returned by SE_rasterattr_create.
None