Click or drag to resize
CDBCreateDupComp Method
This method makes a brand new database identical to the input Database in-size except it changes the compression. The database is opened in ReadWrite Mode.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void CreateDupComp(
	string file,
	int level
)

Parameters

file
Type: SystemString
Name of the Database File to Create
level
Type: SystemInt32
<define>DB_COMP</define>
See Also