Click or drag to resize
CDBGetVAWindows Method
Get the range of windows displayed 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
See SetVAWindows_DB.
Syntax
public void GetVAWindows(
	int ch,
	ref int min_w,
	ref int max_w
)

Parameters

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