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.

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 CreateDup(
	string file
)

Parameters

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