Click or drag to resize

CTBCreateDB Method

Create a table from a database.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CTB CreateDB(
	CGXNETCore gxNetShared,
	CDB db
)

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
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