Click or drag to resize
CVVURangeVectorMag Method
Find the range of hypotenuse values of two VVs.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
For each value in the VVs, finds sqrt(dV1*dV1 + dV2*dV2) and returns the min and max values.
Syntax
public static void RangeVectorMag(
	CVV oVV1,
	CVV oVV2,
	ref double d3,
	ref double d4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
First VV (X)
oVV2
Type: GeoEngine.Core.GXNetCVV
First VV (Y)
d3
Type: SystemDouble
Min value (returned)
d4
Type: SystemDouble
Max value (returned)
See Also