Click or drag to resize

CVAUTotalVector Method

Calculate total vector for X,Y and Z components

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TotalVector(
	CVA xva,
	CVA yva,
	CVA zva,
	CVA tva
)

public static void TotalVector(
	CVA xva,
	CVA yva,
	CVA zva,
	CVA tva
)

Parameters

xva
Type: GeoEngine.Core.GXNetCVA
X Component object
yva
Type: GeoEngine.Core.GXNetCVA
Y Component object
zva
Type: GeoEngine.Core.GXNetCVA
Z Component object
tva
Type: GeoEngine.Core.GXNetCVA
Returned total vector VA object
See Also