SE_rasbandinfo_create

Creates an SE_RASBANDINFO structure

Usage syntax

LONG SE_rasbandinfo_create (SE_RASBANDINFO *rasterband);

Parameters
rasterband A pointer to the raster band structure
Description

SE_rasbandinfo_create allocates and initializes an SE_RASBANDINFO structure which contains information about a raster band. 

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED

Notes

∙ You must call this function to create a valid SE_RASBANDINFO object before using any other function that requires an SE_RASBANDINFO pointer.