Click or drag to resize

CTRNDGetMaxMin Method

Find the max/min nodes in a line.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetMaxMin(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_xm,
	CVV v_vym,
	CVV v_vzm,
	double window,
	int trnd
)

public static void GetMaxMin(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_xm,
	CVV v_vym,
	CVV v_vzm,
	double window,
	int trnd
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X Channel
vv_y
Type: GeoEngine.Core.GXNetCVV
Y Channel
vv_z
Type: GeoEngine.Core.GXNetCVV
Data Channel
vv_xm
Type: GeoEngine.Core.GXNetCVV
X MaxMin (returned)
v_vym
Type: GeoEngine.Core.GXNetCVV
Y MaxMin (returned)
v_vzm
Type: GeoEngine.Core.GXNetCVV
Data MaxMin (returned)
window
Type: SystemDouble
MaxMin Window
trnd
Type: SystemInt32
<define>TRND_NODE</define>
Remarks
Trend lines positions consist of X and Y VVs
See Also