Click or drag to resize
CDBGrow Method
Enlarges the database.

Available since Oasis montaj version: 5.1.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void Grow(
	CGXNETCore gxNetShared,
	string file,
	int lines,
	int chans,
	int blobs,
	int users,
	int cache
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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