Click or drag to resize

CTBLoadDB Method

Load a database into a TB

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LoadDB(
	CDB db,
	int line
)

public void LoadDB(
	CDB db,
	int line
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line
Remarks
The line is appended to the data already in the table.
See Also