Click or drag to resize

CDURangeXY Method

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

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void RangeXY(
	CGXNETCore gxNetShared,
	CDB db,
	ref double x_min,
	ref double y_min,
	ref double x_max,
	ref double y_max
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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