Click or drag to resize

CDURangeXY Method

Find the range of X, and Y in the selected lines.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RangeXY(
	CDB db,
	ref double x_min,
	ref double y_min,
	ref double x_max,
	ref double y_max
)

public static void RangeXY(
	CDB db,
	ref double x_min,
	ref double y_min,
	ref double x_max,
	ref double y_max
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
x_min
Type: SystemDouble
Minimum X (returned)
y_min
Type: SystemDouble
Minimum Y (returned)
x_max
Type: SystemDouble
Maximum X (returned)
y_max
Type: SystemDouble
Maximum Y (returned)
Remarks
Returns the range in X and Y of the current X and Y channels. Returned values are dummy if no valid items are found.
See Also