Click or drag to resize
CDBSetVAWindows Method
Set the range of windows to display for a VA channel.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Use to display a subset of the VA channel windows in the GDB. Windows index from 0.
Syntax
public void SetVAWindows(
	int ch,
	int min_w,
	int max_w
)

Parameters

ch
Type: SystemInt32
Channel (Locked <define>DB_LOCK_READWRITE</define>)
min_w
Type: SystemInt32
First window (0 to N-1, iDummy for default)
max_w
Type: SystemInt32
Last window (0 to N-1, iDummy for default)
See Also