SE_rascolinfo_set_description

Sets the raster column description.

Usage syntax

LONG SE_rascolinfo_set_description (SE_RASCOLINFO rastercolumn, const CHAR *description);

Parameters
rastercolumn The rastercolumn handle
description The raster column description
Description

SE_rascolinfo_set_description sets the description for a specific raster column. If the description length is greater than SE_MAX_DESCRIPTION_LEN, SE_INVALID_PARAM_VALUE is returned.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_RASCOLINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED