Click or drag to resize
CTBLoadDB Method
Load a database into a TB

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 line is appended to the data already in the table.
Syntax
public void LoadDB(
	CDB db,
	int line
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line
See Also