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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	CDB oDB1
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database

Return Value

Type: CTB
TB Object
See Also