Click or drag to resize
CDBSetChanDecimal Method
This method sets a channel's number of digits displayed to the right of the decimal point.

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 number of display digits must be from 0 to 50. The channel must be locked DB_LOCK_READWRITE
Syntax
public void SetChanDecimal(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Channel handle
i2
Type: SystemInt32
Number of digits to display right of the decimal
See Also