  | CVVUSpline2 Method  | 
 Spline a Y VV onto an X VV. Uses specified values of X in X2
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Spline2(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_x2,
	CVV vv_o,
	int type
)
public static void Spline2(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_x2,
	CVV vv_o,
	int type
)
Public Shared Sub Spline2 ( 
	gxNetShared As CGXNETCore,
	vv_x As CVV,
	vv_y As CVV,
	vv_x2 As CVV,
	vv_o As CVV,
	type As Integer
)
Public Shared Sub Spline2 ( 
	gxNetShared As CGXNETCore,
	vv_x As CVV,
	vv_y As CVV,
	vv_x2 As CVV,
	vv_o As CVV,
	type As Integer
)
public:
static void Spline2(
	CGXNETCore^ gxNetShared, 
	CVV^ vv_x, 
	CVV^ vv_y, 
	CVV^ vv_x2, 
	CVV^ vv_o, 
	int type
)
public:
static void Spline2(
	CGXNETCore^ gxNetShared, 
	CVV^ vv_x, 
	CVV^ vv_y, 
	CVV^ vv_x2, 
	CVV^ vv_o, 
	int type
)
static member Spline2 : 
        gxNetShared : CGXNETCore * 
        vv_x : CVV * 
        vv_y : CVV * 
        vv_x2 : CVV * 
        vv_o : CVV * 
        type : int -> unit 
static member Spline2 : 
        gxNetShared : CGXNETCore * 
        vv_x : CVV * 
        vv_y : CVV * 
        vv_x2 : CVV * 
        vv_o : CVV * 
        type : int -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vv_x
 - Type: GeoEngine.Core.GXNetXCVV
X (no dummies) - vv_y
 - Type: GeoEngine.Core.GXNetXCVV
Y to be splined (no dummies) - vv_x2
 - Type: GeoEngine.Core.GXNetXCVV
X2 (no dummies) - vv_o
 - Type: GeoEngine.Core.GXNetXCVV
Y output - type
 - Type: SystemInt32
<define>VVU_SPL</define> 
See Also