SE_columninfo_get_object_id

Gets the unique ID for a column's object.

Usage syntax

LONG SE_columninfo_get_object_id (const SE_COLUMNINFO column, LONG *object_id);

Parameters
column The column entry handle
object_id The column entry's unique, system-assigned ID
Description

This function gets the unique, system-assigned ID for a column's associated object: for a column of SE_SHAPE_TYPE it is the layer_id, for a column of SE_RASTER_TYPE it is the rastercolumn_id.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_COLUMNINFO_OBJECT

SE_SDE_NOT_STARTED