 | 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
Syntaxpublic void SetChanDecimal(
int chan,
int dec
)
public void SetChanDecimal(
int chan,
int dec
)
Public Sub SetChanDecimal (
chan As Integer,
dec As Integer
)
Public Sub SetChanDecimal (
chan As Integer,
dec As Integer
)
public:
void SetChanDecimal(
int chan,
int dec
)
public:
void SetChanDecimal(
int chan,
int dec
)
member SetChanDecimal :
chan : int *
dec : int -> unit
member SetChanDecimal :
chan : int *
dec : int -> unit
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