SE_serverinfo_get_maxgridsperfeat

Returns MAXGRIDSPERFEAT from the SE_SERVERINFO object
 

Usage syntax

Long SE_serverinfo_set_maxgridsperfeat (SE_SERVERINFO svrInfo, LONG maxGrids);
 

Parameters
svrInfo The opaque SE_SERVERINFO object to query
maxGrids The svrInfo's MaxGridsPerFeat.
Description

This function returns the value of MAXGRIDSPERFEAT from the SE_SERVERINFO data structure.

The MAXGRIDSPERFEAT parameter specifies the maximum number of grids per feature in the spatial index. It is only used with data types that utilize spatial grid indexes. This includes binary geometry storage in Oracle or SQL Server and ST_Geometry storage in Oracle and DB2.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT
SE_SDE_NOT_STARTED