| SE_rascolinfo_has_gdbtype |
Returns TRUE if the raster column is registered as geodatabase raster dataset.
BOOL SE_rascolinfo_has_gdbtype (const SE_RASCOLINFO rastercolumn)
| rastercolumn | The SE_RASCOLINFO handle |
SE_rascolinfo_has_gdbtype returns TRUE if the raster column is registered as geodatabase raster dataset. This function is used as an convenient way to check condition without actually calling SE_rascolinfo_get_gdbtype.
TRUE -
if the raster column is registered as a raster dataset.
FALSE - if the raster column is not registered as a raster dataset.