Click or drag to resize

CDB.iGetColVA Method

Returns the # of columns in a VA channel.

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

public int iGetColVA(
	int chan
)

Parameters

chan
Type: System.Int32
Channel (read locked)

Return Value

Type: Int32
# of columns 0 if error
Remarks
If the channel is VV, this function returns 1.
See Also