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
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 SetChanDecimal(
	int chan,
	int dec
)

Parameters

chan
Type: SystemInt32
Channel handle
dec
Type: SystemInt32
Number of digits to display right of the decimal
See Also