  | CVAUTotalVector Method  | 
 Calculate total vector for X,Y and Z components
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void TotalVector(
	CGXNETCore gxNetShared,
	CVA xva,
	CVA yva,
	CVA zva,
	CVA tva
)
public static void TotalVector(
	CGXNETCore gxNetShared,
	CVA xva,
	CVA yva,
	CVA zva,
	CVA tva
)
Public Shared Sub TotalVector ( 
	gxNetShared As CGXNETCore,
	xva As CVA,
	yva As CVA,
	zva As CVA,
	tva As CVA
)
Public Shared Sub TotalVector ( 
	gxNetShared As CGXNETCore,
	xva As CVA,
	yva As CVA,
	zva As CVA,
	tva As CVA
)
public:
static void TotalVector(
	CGXNETCore^ gxNetShared, 
	CVA^ xva, 
	CVA^ yva, 
	CVA^ zva, 
	CVA^ tva
)
public:
static void TotalVector(
	CGXNETCore^ gxNetShared, 
	CVA^ xva, 
	CVA^ yva, 
	CVA^ zva, 
	CVA^ tva
)
static member TotalVector : 
        gxNetShared : CGXNETCore * 
        xva : CVA * 
        yva : CVA * 
        zva : CVA * 
        tva : CVA -> unit 
static member TotalVector : 
        gxNetShared : CGXNETCore * 
        xva : CVA * 
        yva : CVA * 
        zva : CVA * 
        tva : CVA -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - xva
 - Type: GeoEngine.Core.GXNetXCVA
X Component object - yva
 - Type: GeoEngine.Core.GXNetXCVA
Y Component object - zva
 - Type: GeoEngine.Core.GXNetXCVA
Z Component object - tva
 - Type: GeoEngine.Core.GXNetXCVA
Returned total vector VA object 
See Also