 | CDUGenLevDB Method |
Generate a Level table from an Intersection Database
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GenLevDB(
CDB db,
string out_file,
double max_dz,
int m0
)
public static void GenLevDB(
CDB db,
string out_file,
double max_dz,
int m0
)
Public Shared Sub GenLevDB (
db As CDB,
out_file As String,
max_dz As Double,
m0 As Integer
)
Public Shared Sub GenLevDB (
db As CDB,
out_file As String,
max_dz As Double,
m0 As Integer
)
public:
static void GenLevDB(
CDB^ db,
String^ out_file,
double max_dz,
int m0
)
public:
static void GenLevDB(
CDB^ db,
String^ out_file,
double max_dz,
int m0
)
static member GenLevDB :
db : CDB *
out_file : string *
max_dz : float *
m0 : int -> unit
static member GenLevDB :
db : CDB *
out_file : string *
max_dz : float *
m0 : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Input intersection database object - out_file
- Type: SystemString
Output Table File Name - max_dz
- Type: SystemDouble
Max. gradient - m0
- Type: SystemInt32
<define>DU_LEVEL</define>
Remarks
Requires channels with the following names:
ine, TFid, TZ, TDZ
Line, LFid, LZ, LDZ
Mask
See Also