SE_rastercolumn_get_info_by_id

Retrieves information about a raster column by the ID.

Usage syntax

LONG SE_rastercolumn_get_info_by_id (SE_CONNECTION connection, LONG rastercolumn_id, SE_RASCOLINFO rastercolumn);

Parameters
connection The connection handle
rastercolumn_id The raster column ID
rastercolumn Pointer to a location to receive the SE_RASCOLINFO definition
Description

SE_rastercolumn_get_info_by_id obtains the definition of a specific raster column. Information about the raster column is maintained in an SE_RASCOLINFO structure. The SE_RASCOLINFO object must be a valid object created by SE_rascolinfo_create .

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_LAYER_NOEXIST

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED