Click or drag to resize
CDURangeXY Method
Find the range of X, and Y in the selected lines.

Available since Oasis montaj version: 8.5
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Returns the range in X and Y of the current X and Y channels. Returned values are dummy if no valid items are found.
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
)

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)
See Also