Click or drag to resize

CTBCreateDB Method

Create a table from a database.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CTB CreateDB(
	CDB db
)

public static CTB CreateDB(
	CDB db
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database

Return Value

Type: CTB
TB Object
Remarks
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.
See Also