 | 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
Syntaxpublic void SetVAWindows(
int ch,
int min_w,
int max_w
)
public void SetVAWindows(
int ch,
int min_w,
int max_w
)
Public Sub SetVAWindows (
ch As Integer,
min_w As Integer,
max_w As Integer
)
Public Sub SetVAWindows (
ch As Integer,
min_w As Integer,
max_w As Integer
)
public:
void SetVAWindows(
int ch,
int min_w,
int max_w
)
public:
void SetVAWindows(
int ch,
int min_w,
int max_w
)
member SetVAWindows :
ch : int *
min_w : int *
max_w : int -> unit
member SetVAWindows :
ch : int *
min_w : int *
max_w : int -> unit
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