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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
d2
Type: SystemDouble
Minimum X (returned)
d3
Type: SystemDouble
Minimum Y (returned)
d4
Type: SystemDouble
Maximum X (returned)
d5
Type: SystemDouble
Maximum Y (returned)
See Also