Click or drag to resize
CDUGenLevDB Method
Generate a Level table from an Intersection Database

Available since Oasis montaj version: 7.1.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Requires channels with the following names: ine, TFid, TZ, TDZ Line, LFid, LZ, LDZ Mask
Syntax
public static void GenLevDB(
	CDB oDB1,
	string str2,
	double d3,
	int i4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Input intersection database object
str2
Type: SystemString
Output Table File Name
d3
Type: SystemDouble
Max. gradient
i4
Type: SystemInt32
See DU_LEVELConstant
See Also