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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
These methods are slow and should only be used when performance is not an issue.
Syntax
public void SetChanInt(
	int line,
	int chan,
	int ind,
	int val
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
ind
Type: SystemInt32
Index
val
Type: SystemInt32
Value
See Also