Click or drag to resize
CDBSetChanFormat Method
This method sets a channel's display format.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The channel must be locked DB_LOCK_READWRITE
Syntax
public void SetChanFormat(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Channel handle
i2
Type: SystemInt32
See DB_CHAN_FORMATConstant
See Also