  | CVVUClip Method  | 
 Clip a VV to a range.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Clip(
	CGXNETCore gxNetShared,
	CVV vv,
	double min,
	double max,
	int clip
)
public static void Clip(
	CGXNETCore gxNetShared,
	CVV vv,
	double min,
	double max,
	int clip
)
Public Shared Sub Clip ( 
	gxNetShared As CGXNETCore,
	vv As CVV,
	min As Double,
	max As Double,
	clip As Integer
)
Public Shared Sub Clip ( 
	gxNetShared As CGXNETCore,
	vv As CVV,
	min As Double,
	max As Double,
	clip As Integer
)
public:
static void Clip(
	CGXNETCore^ gxNetShared, 
	CVV^ vv, 
	double min, 
	double max, 
	int clip
)
public:
static void Clip(
	CGXNETCore^ gxNetShared, 
	CVV^ vv, 
	double min, 
	double max, 
	int clip
)
static member Clip : 
        gxNetShared : CGXNETCore * 
        vv : CVV * 
        min : float * 
        max : float * 
        clip : int -> unit 
static member Clip : 
        gxNetShared : CGXNETCore * 
        vv : CVV * 
        min : float * 
        max : float * 
        clip : int -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vv
 - Type: GeoEngine.Core.GXNetXCVV
VV to clip - min
 - Type: SystemDouble
Minimum value, <define>rDUMMY</define> for no minimum clip - max
 - Type: SystemDouble
Maximum value, <define>rDUMMY</define> for no maximum clip - clip
 - Type: SystemInt32
<define>VVU_CLIP</define> 
See Also