Click or drag to resize

CDBiGetChanDecimal Method

This method gets a channel's number of digits displayed to the right of the decimal point.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iGetChanDecimal(
	int chan
)

public int iGetChanDecimal(
	int chan
)

Parameters

chan
Type: SystemInt32
Channel handle

Return Value

Type: Int32
Number of digits displayed to right of decimal
Remarks
The channel must be locked <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
See Also