 | CDBGrow Method |
Enlarges the database.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Grow(
CGXNETCore gxNetShared,
string file,
int lines,
int chans,
int blobs,
int users,
int cache
)
public static void Grow(
CGXNETCore gxNetShared,
string file,
int lines,
int chans,
int blobs,
int users,
int cache
)
Public Shared Sub Grow (
gxNetShared As CGXNETCore,
file As String,
lines As Integer,
chans As Integer,
blobs As Integer,
users As Integer,
cache As Integer
)
Public Shared Sub Grow (
gxNetShared As CGXNETCore,
file As String,
lines As Integer,
chans As Integer,
blobs As Integer,
users As Integer,
cache As Integer
)
public:
static void Grow(
CGXNETCore^ gxNetShared,
String^ file,
int lines,
int chans,
int blobs,
int users,
int cache
)
public:
static void Grow(
CGXNETCore^ gxNetShared,
String^ file,
int lines,
int chans,
int blobs,
int users,
int cache
)
static member Grow :
gxNetShared : CGXNETCore *
file : string *
lines : int *
chans : int *
blobs : int *
users : int *
cache : int -> unit
static member Grow :
gxNetShared : CGXNETCore *
file : string *
lines : int *
chans : int *
blobs : int *
users : int *
cache : int -> unit
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