SE_rascolinfo_has_gdbtype

Returns TRUE if the raster column is registered as geodatabase raster dataset

Usage syntax

BOOL SE_rascolinfo_has_gdbtype (const SE_RASCOLINFO rastercolumn)

Parameters
rastercolumn The SE_RASCOLINFO handle
Description

SE_rascolinfo_has_gdbtype returns TRUE if the raster column is registered as a geodatabase raster dataset. This function is used as a convenient way to check if the raster is a raster dataset without actually calling SE_rascolinfo_get_gdbtype.

Returns

TRUE—If the raster column is registered as a raster dataset
FALSE—If the raster column is not registered as a raster dataset