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

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

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
database
i2
Type: SystemInt32
line
See Also