Click or drag to resize

CDBCreateDup Method

This method makes a brand new database identical to the input Database in-size. 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 CreateDup(
	string file
)

public void CreateDup(
	string file
)

Parameters

file
Type: SystemString
Name of the Database File to Create
See Also