Click or drag to resize
CDBiGetChanInt Method
Get 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 int iGetChanInt(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
line
i2
Type: SystemInt32
channel
i3
Type: SystemInt32
index

Return Value

Type: Int32
Value, or dummy if out of range. For settings, terminates if error.
See Also