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

Available since Oasis montaj version: 6.0.1
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_READONLY or DB_LOCK_READWRITE
Syntax
public int iGetChanDecimal(
	int i1
)

Parameters

i1
Type: SystemInt32
Channel handle

Return Value

Type: Int32
Number of digits displayed to right of decimal
See Also