SE_raster_get_info_by_id

Retrieves information about a raster by the ID.

Usage syntax

LONG SE_raster_get_info_by_id (SE_CONNECTION connection, LONG rastercolumn_id, LONG raster_id, SE_RASTERINFO raster);

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

SE_raster_get_info_by_id obtains the definition of a specific raster. Information about the raster is maintained in an SE_RASTERINFO structure. The SE_RASTERINFO object must be a valid object created by SE_rasterinfo_create .

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_LAYER_NOEXIST

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED