Click or drag to resize

CDBSetVAWindows Method

Set the range of windows to display for a VA channel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetVAWindows(
	int ch,
	int min_w,
	int max_w
)

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)
Remarks
Use to display a subset of the VA channel windows in the GDB. Windows index from 0.
See Also