Click or drag to resize

CDBGetChanVA Method

Place the contents of a channel in a VA.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCVA
VA in which to place the data
See Also