SE_serverinfo_get_maxinitialfeats

Extracts MAXINITIALFEATS from the SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_get_maxinitialfeats (const SE_SERVERINFO svrInfo, LONG *initfeats);

Parameters
svrInfo The SE_SERVERINFO object
initfeats MAXINITIALFEATS value
Description

This function extracts the MAXINITIALFEATS value from the SE_SERVERINFO data structure.

The MAXINITIALFEATS parameter is only used in Oracle databases. It specifies the maximum number of features allowed in the initial features argument of the SE_LAYER_CREATE function. This can prevent the inadvertent creation of excessively large initial extents for a feature class.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED