Click or drag to resize

CDBiGetChanInt Method

Get individual elements in a channel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iGetChanInt(
	int line,
	int chan,
	int ind
)

public int iGetChanInt(
	int line,
	int chan,
	int ind
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
ind
Type: SystemInt32
Index

Return Value

Type: Int32
Value, or dummy if out of range. For settings, terminates if error.
Remarks
These methods are slow and should only be used when performance is not an issue.
See Also