SE_rasbandinfo_set_band_name

Sets the band name for a raster band.

Usage syntax

LONG SE_rasbandinfo_set_band_name (SE_RASBANDINFO rasterband, const CHAR *band_name);

Parameters
rasterband The raster band handle
band_name A pointer to the name of the band
Description

SE_rasbandinfo_get_band_name sets the name of a raster band. Set band_name to at least SE_MAX_DESCRIPTION_LENGTH.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED