Click or drag to resize

CDUDistline Method

Calculate cummulative distance for a line.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Distline(
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	ref double dist
)

public static void Distline(
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	ref double dist
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line symbol
x_ch
Type: SystemInt32
X channel [<define>DB_LOCK_READONLY</define>]
y_ch
Type: SystemInt32
Y channel [<define>DB_LOCK_READONLY</define>]
dist
Type: SystemDouble
Cummulative distance (retruned)
See Also