 | 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
Syntaxpublic 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
)
Public Shared Sub GetMaxMin (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_xm As CVV,
v_vym As CVV,
v_vzm As CVV,
window As Double,
trnd As Integer
)
Public Shared Sub GetMaxMin (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_xm As CVV,
v_vym As CVV,
v_vzm As CVV,
window As Double,
trnd As Integer
)
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
)
static member GetMaxMin :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_xm : CVV *
v_vym : CVV *
v_vzm : CVV *
window : float *
trnd : int -> unit
static member GetMaxMin :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_xm : CVV *
v_vym : CVV *
v_vzm : CVV *
window : float *
trnd : int -> unit
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>
RemarksTrend lines positions consist of X and Y VVs
See Also