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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CVV vv1,
	CVV vv2,
	ref double min,
	ref double max
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv1
Type: GeoEngine.Core.GXNetXCVV
First VV (X)
vv2
Type: GeoEngine.Core.GXNetXCVV
First VV (Y)
min
Type: SystemDouble
Min value (returned)
max
Type: SystemDouble
Max value (returned)
See Also