SE_stream_get_shape

Gets a shape column from the row

Usage syntax

LONG SE_stream_get_shape
(SE_STREAM stream,
SHORT column,
SE_SHAPE shape_val);

Parameters
stream The stream handle
column The column number; columns numbers start with the number 1.
shape_val The returned shape
Description

SE_stream_get_shape extracts a shape column from the current record on the specified stream.

You must pass in a valid shape object (see SE_shape_create).

If there is no data for this column, the function returns the warning SE_NULL_VALUE.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_FUNCTION_SEQUENCE_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_SHAPE_OBJECT

SE_INVALID_STREAM

SE_NULL_VALUE

SE_SDE_NOT_STARTED

SE_WRONG_COLUMN_TYPE