Click or drag to resize

CVVUClip Method

Clip a VV to a range.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Clip(
	CVV vv,
	double min,
	double max,
	int clip
)

public static void Clip(
	CVV vv,
	double min,
	double max,
	int clip
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
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