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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See SetVAWindows_DB.
Syntax
public void GetVAWindows(
	int i1,
	ref int i2,
	ref int i3
)

Parameters

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