Click or drag to resize
CDBSetChanStr Method
Set individual elements in a channel.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
These methods are slow and should only be used when performance is not an issue.
Syntax
public void SetChanStr(
	int i1,
	int i2,
	int i3,
	string str4
)

Parameters

i1
Type: SystemInt32
line
i2
Type: SystemInt32
channel
i3
Type: SystemInt32
index
str4
Type: SystemString
string
See Also