Click or drag to resize

CDBPutChanVA Method

Place the contents of a VA in a channel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void PutChanVA(
	int line,
	int chan,
	CVA va
)

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

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
va
Type: GeoEngine.Core.GXNetXCVA
VA from which to get the data
See Also