SE_rasterinfo_set_description |
Sets the raster description
LONG SE_rasterinfo_set_description (SE_RASTERINFO raster, const CHAR *description);
raster | The raster handle |
description | The raster description |
SE_rasterinfo_set_description sets the description for a specific raster. If the description length is greater than SE_MAX_DESCRIPTION_LEN, SE_INVALID_PARAM_VALUE is returned.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_RASTERINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED