Click or drag to resize

CDBiGetLength Method

Note: This API is now obsolete.

Returns the # of elements in a channel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public int iGetLength(
	int line,
	int chan
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public int iGetLength(
	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
This method did not account for array channels correctly (you had to divide by the number of columns to get the correct number of rows). Superseded by iGetChannelLength_DB.
See Also