Click or drag to resize

CDUDistance Method

Create a distance channel from X and Y.

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

public static void Distance(
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	int o_ch
)

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>]
o_ch
Type: SystemInt32
Output Distance channel [<define>DB_LOCK_READWRITE</define>]
See Also