Click or drag to resize

CDBGetVaChanVV Method

Place the contents of a specific part of a channel in a VV.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetVaChanVV(
	int line,
	int chan,
	CVV vv,
	int offset,
	int items
)

public void GetVaChanVV(
	int line,
	int chan,
	CVV vv,
	int offset,
	int items
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
vv
Type: GeoEngine.Core.GXNetXCVV
VV in which to place the data
offset
Type: SystemInt32
Offset
items
Type: SystemInt32
Number to Write
Remarks
If a VA channel is specified, then element [0] of this VA channel is used to populated the VV.
See Also