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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Clip(
	CVV oVV1,
	double d2,
	double d3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV to clip
d2
Type: SystemDouble
minimum value, rDUMMY for no minimum clip
d3
Type: SystemDouble
maximum value, rDUMMY for no maximum clip
i4
Type: SystemInt32
See VVU_CLIPConstant
See Also