SE_stable_get_num_shapes |
Returns the number of shapes in a shape table
LONG SE_stable_get_num_shapes (SE_STABLE stable);
stable | The handle of the s table whose shape count is to be returned |
SE_stable_get_num_shapes returns the number of shapes present in the specified s table. A positive return indicates the number of shapes in the s table.
An SE_INVALID_POINTER error is returned if the s table handle is evaluated as NULL or as an invalid s table.
Note: This function executes on the client only.