Click or drag to resize
CDBSetChanWidth Method
This method sets a channel's display width

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The number of display digits must be from 0 to 50. The channel must be locked <define>DB_LOCK_READWRITE</define>
Syntax
public void SetChanWidth(
	int chan,
	int width
)

Parameters

chan
Type: SystemInt32
Channel handle
width
Type: SystemInt32
Display width
See Also