Click or drag to resize

CDBSetChanWidth Method

This method sets a channel's display width

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetChanWidth(
	int chan,
	int width
)

public void SetChanWidth(
	int chan,
	int width
)

Parameters

chan
Type: SystemInt32
Channel handle
width
Type: SystemInt32
Display width
Remarks
The number of display digits must be from 0 to 50. The channel must be locked <define>DB_LOCK_READWRITE</define>
See Also