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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Use to display a subset of the VA channel windows in the GDB. Windows index from 0.
Syntax
public void SetVAWindows(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
channel (Locked DB_LOCK_READWRITE)
i2
Type: SystemInt32
First window (0 to N-1, iDummy for default)
i3
Type: SystemInt32
Last window (0 to N-1, iDummy for default)
See Also