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.

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

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