Click or drag to resize
CVVUClip Method
Clip a VV to a range.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Clip(
	CGXNETCore gxNetShared,
	CVV vv,
	double min,
	double max,
	int clip
)

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