SE_rascolinfo_get_minimum_id

Retrieves the minimum ID allowed for the raster column.

Usage syntax

LONG SE_rascolinfo_get_minimum_id (const SE_RASCOLINFO rastercolumn, ULONG *minimum_id);

Parameters
rastercolumn The rastercolumn handle
minimum_id A pointer to the minimum ID value
Description

SE_rascolinfo_get_minimum_id returns the minimum ID allowed in the raster column. This function returns meaningful information for an SE_RASCOLINFO object that describes an existing raster column only. The SE_RASCOLINFO object must be populated with a call to SE_rastercolumn_get_info_list, SE_rastercolumn_get_info_by_id, or SE_rastercolumn_get_info_by_name.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASCOLINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED