Click or drag to resize
CVVUDummyRangeEx Method
Like DummyRangeVVU, with inclusion options for both ends.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If the Inside flag is TRUE, values within the specified range are set to dummy. If the inside flag is FALSE, values outside the range are set to dummy. If the Inclusive flag is TRUE, then dMin and dMax are considered part of the range. If it is FALSE, then < or > are used, and dMin and dMax lie outside the range.
Syntax
public static void DummyRangeEx(
	CVV oVV1,
	double d2,
	double d3,
	int i4,
	int i5,
	int i6
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV handle
d2
Type: SystemDouble
Minimum range value
d3
Type: SystemDouble
Maximum range value
i4
Type: SystemInt32
If TRUE, dummy inside the range
i5
Type: SystemInt32
If TRUE, include Min in the range.
i6
Type: SystemInt32
If TRUE, include Max in the range.
See Also