SE_raster_drop_band |
Drops a band from a raster.
LONG SE_raster_drop_band (SE_CONNECTION connection, SE_RASTERINFO raster, const SE_RASBANDINFO rasterband);
connection | The connection handle |
raster | Pointer to an SE_RASTERINFO object |
rasterband | Pointer to an SE_RASBANDINFO object |
SE_raster_drop_band drops a band from a raster. Information about the band is maintained in an SE_RASBANDINFO structure. The SE_RASBANDINFO object must be a valid object created by SE_rasbandinfo_create .
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_POINTER
SE_NET_FAILURE
SE_SDE_NOT_STARTED