Click or drag to resize
CDBSetChanInt 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 SetChanInt(
	int i1,
	int i2,
	int i3,
	int i4
)

Parameters

i1
Type: SystemInt32
line
i2
Type: SystemInt32
channel
i3
Type: SystemInt32
index
i4
Type: SystemInt32
value
See Also