SE_rascolinfo_set_minimum_id

Sets the minimum ID allowed for the raster column.

Usage syntax

LONG SE_rascolinfo_set_minimum_id (SE_RASCOLINFO rastercolumn, ULONG minimum_id);

Parameters
rastercolumn The rastercolumn handle
minimum_id The minimum ID value
Description

SE_rascolinfo_set_minimum_id sets the minimum ID allowed in the raster column. When a new raster column is added, the ID is set to the larger of: the minimum_id value or the maximum assigned ID + 1.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_RASCOLINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED