Click or drag to resize

CDBGetChanVA Method

Place the contents of a channel in a VA.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetChanVA(
	int line,
	int chan,
	CVA va
)

public void GetChanVA(
	int line,
	int chan,
	CVA va
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
va
Type: GeoEngine.Core.GXNetCVA
VA in which to place the data
See Also