SE_stable_get_extent

Returns the defined extent of the shape (s) table

Usage syntax

LONG SE_stable_get_extent (SE_STABLE stable, SE_ENVELOPE *extent);

Parameters
stable The handle of the s-table to query
extent The spatial extent of the s-table
Description

SE_stable_get_extent returns the defined extent of the s table, which may not be the actual extent of shapes added to the table. The defined extent is established when the table is created with SE_stable_create.

An SE_INVALID_POINTER error is returned if the s-table handle or envelope pointer is NULL or if the s-table handle does not reference a valid stable.

Note: This function executes on the client only.

Returns

SE_SUCCESS
SE_INVALID_POINTER