Click or drag to resize

CDBGetVAWindows Method

Get the range of windows displayed 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 GetVAWindows(
	int ch,
	ref int min_w,
	ref int max_w
)

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)
Remarks
See SetVAWindows_DB.
See Also