Click or drag to resize
CDUGenLev Method
Generate a Level table from an Intersection Table.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void GenLev(
	CDB oDB1,
	string str2,
	string str3,
	double d4,
	int i5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Input Table file Name
str3
Type: SystemString
Output Table file Name
d4
Type: SystemDouble
Max. gradient
i5
Type: SystemInt32
See DU_LEVELConstant
See Also