Click or drag to resize

CDBiGetChannelLength Method

Returns the # of 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 iGetChannelLength(
	int line,
	int chan
)

public int iGetChannelLength(
	int line,
	int chan
)

Parameters

line
Type: SystemInt32
Line (read or write locked)
chan
Type: SystemInt32
Channel (read or write locked)

Return Value

Type: Int32
# of elements
Remarks
Returns the actual number of data items (rows) in a channel. For VA channels no correction is necessary for the number of columns.
See Also