Click or drag to resize
CVVUTranslate Method
Translate values in a VV

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
(new VV) = ((old VV) + base) * scale
Syntax
public static void Translate(
	CVV oVV1,
	double d2,
	double d3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV
d2
Type: SystemDouble
base
d3
Type: SystemDouble
scale
See Also