Click or drag to resize
CDBREADCreate Method
Create a DBREAD object Add channels using the iAddChannel_DBREAD() method.channel.

Available since Oasis montaj version: 8.5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CDBREAD Create(
	CDB oDB1,
	CLST oLST2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database input
oLST2
Type: GeoEngine.Core.GXNetCLST
list of lines to process NAME = line name, VALUE = line symbol

Return Value

Type: CDBREAD
DBREAD object
See Also