SE_loginfo_set_target_object

Sets the layer or table information for a log file

Usage syntax

LONG SE_loginfo_set_target_object (SE_LOGINFO loginfo, LONG target_type, CHAR *table, CHAR *spatial_column);

Parameters
loginfo The SE_LOGINFO handle
target_type Whether the log file is based on a table or layer
table The registered table name
spatial_column The spatial column name if the target is a layer
Description

SE_loginfo_set_target_object sets whether the log file is based on a layer or table. The target_type parameter values are SE_LOG_FOR_TABLE or SE_LOG_FOR_LAYER.

Returns

    SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED