Click or drag to resize

CDBSetChanLabel Method

Set a channel label

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

public void SetChanLabel(
	int chan,
	string label
)

Parameters

chan
Type: SystemInt32
Channel handle
label
Type: SystemString
Label
Remarks
The channel label is stored in the "LABEL" parameter of the channel reg. The channel must be locked <define>DB_LOCK_READWRITE</define>
See Also