Click or drag to resize

CDBSetChanUnit Method

This method sets a channel's unit for a given channel handle.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetChanUnit(
	int chan,
	string unit
)

public void SetChanUnit(
	int chan,
	string unit
)

Parameters

chan
Type: SystemInt32
Channel handle
unit
Type: SystemString
String to put channel unit
Remarks
The channel must be locked <define>DB_LOCK_READWRITE</define>
See Also