Click or drag to resize
CTBSaveDB Method
Save a TB in a database line

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
Missing channels are created. Data in existing channels on the line will be replaced.
Syntax
public void SaveDB(
	CDB oDB1,
	int i2
)

Parameters

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