Click or drag to resize
CTBCreateDB Method
Create a table from a database.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The table will contain fields for all channels in the database. The database is not loaded with data. Use the LoadDB_TB function to load data into the table.
Syntax
public static CTB CreateDB(
	CGXNETCore gxNetShared,
	CDB db
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database

Return Value

Type: CTB
TB Object
See Also