Click or drag to resize

CDBSetChanStr Method

Set individual elements in a channel.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetChanStr(
	int line,
	int chan,
	int ind,
	string str_val
)

public void SetChanStr(
	int line,
	int chan,
	int ind,
	string str_val
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
ind
Type: SystemInt32
Index
str_val
Type: SystemString
String
Remarks
These methods are slow and should only be used when performance is not an issue.
See Also