Click or drag to resize
CVVWindow Method
Limit the elements of a vv to a range.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Window(
	double min,
	double max,
	int mode
)

Parameters

min
Type: SystemDouble
Min Val
max
Type: SystemDouble
Max Val
mode
Type: SystemInt32
<define>VV_WINDOW</define>
See Also