Click or drag to resize

CDB.SetChanDecimal Method

This method sets 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 void SetChanDecimal(
	int chan,
	int dec
)

public void SetChanDecimal(
	int chan,
	int dec
)

Parameters

chan
Type: System.Int32
Channel handle
dec
Type: System.Int32
Number of digits to display right of the decimal
Remarks
The number of display digits must be from 0 to 50. The channel must be locked <define>DB_LOCK_READWRITE</define>
See Also