Click or drag to resize
CDUDistline Method
Calculate cummulative distance for a line.

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 Distline(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	ref double d5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line symbol
i3
Type: SystemInt32
X channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Y channel [DB_LOCK_READONLY]
d5
Type: SystemDouble
Cummulative distance (retruned)
See Also