|  | CDBGrow Method  | 
 Enlarges the database.
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
 Syntax
Syntaxpublic static void Grow(
	string file,
	int lines,
	int chans,
	int blobs,
	int users,
	int cache
)
public static void Grow(
	string file,
	int lines,
	int chans,
	int blobs,
	int users,
	int cache
)
Public Shared Sub Grow ( 
	file As String,
	lines As Integer,
	chans As Integer,
	blobs As Integer,
	users As Integer,
	cache As Integer
)
Public Shared Sub Grow ( 
	file As String,
	lines As Integer,
	chans As Integer,
	blobs As Integer,
	users As Integer,
	cache As Integer
)
public:
static void Grow(
	String^ file, 
	int lines, 
	int chans, 
	int blobs, 
	int users, 
	int cache
)
public:
static void Grow(
	String^ file, 
	int lines, 
	int chans, 
	int blobs, 
	int users, 
	int cache
)
static member Grow : 
        file : string * 
        lines : int * 
        chans : int * 
        blobs : int * 
        users : int * 
        cache : int -> unit 
static member Grow : 
        file : string * 
        lines : int * 
        chans : int * 
        blobs : int * 
        users : int * 
        cache : int -> unit 
Parameters
- file
- Type: SystemString
 Name of the Database File to Create
- lines
- Type: SystemInt32
 Max Lines in the Database    (200)
- chans
- Type: SystemInt32
 Max Channels in the Database (50)
- blobs
- Type: SystemInt32
 Max Blobs in the Database    (Channels+Lines+20)
- users
- Type: SystemInt32
 Max Users in the Database    (10)
- cache
- Type: SystemInt32
 Number of Erase Caches       (100)
 See Also
See Also