Click or drag to resize
CDBSetChanReal 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 SetChanReal(
	int i1,
	int i2,
	int i3,
	double d4
)

Parameters

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